import { SwitchProps } from '../../ui-kit/switch'; export type ToggleProps = Pick & { loading?: boolean; }; export declare function Toggle(props: ToggleProps): import("react/jsx-runtime").JSX.Element;