import type { TCheckboxProps } from './Checkbox.type'; declare const Checkbox: (props: TCheckboxProps) => import("react/jsx-runtime").JSX.Element; export default Checkbox;