import { TCheckboxProps } from '@/components/input/types/TCheckboxProps';
export declare function InputToggle({ type, disabled, size, className, id, theme, checked, onChange, }: TCheckboxProps): import("react/jsx-runtime").JSX.Element;
