/// declare type Props = any; export default function Checkbox(props: Props): JSX.Element; export {};