import { Props } from "./Props"; export const CheckboxEmpty = (props: Props) => { return ( ); };