/// import type { CheckboxProps } from './interface'; export type { CheckboxProps } from './interface'; export default function Checkbox(props: CheckboxProps): JSX.Element;