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