declare const Checkbox: ({ state, label, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element; export default Checkbox;