import type { SwitchBoxInputProps } from './type';
export default function SwitchBox({ size, onChange, value, style, styleThumb, icon, color, variant, shadow, ...props }: SwitchBoxInputProps): import("react/jsx-runtime").JSX.Element;
