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