/// declare type Props = {}; declare const TestCheckbox: ({}: Props) => JSX.Element; export default TestCheckbox;