import { SwitchProps } from '../../../Switch'; export declare const ControlBlockSwitch: ({ checked, ...rest }: { checked: boolean; } & SwitchProps) => import("react/jsx-runtime").JSX.Element;