export default function CheckBox({ onChange }: {
    onChange: any;
}): import("react/jsx-runtime").JSX.Element;
