import { type FC, type PropsWithChildren } from 'react'; import type { ControlButtonProps } from './types'; declare const ControlButton: FC>; export default ControlButton; //# sourceMappingURL=ControlButton.d.ts.map