import { FC, PropsWithChildren } from 'react'; import { CheckedButtonProps } from './switch.types'; export declare const SwitchButton: FC>;