declare const UnselectedCheckbox: ({ color }: { color: string; }) => import("react/jsx-runtime").JSX.Element; export default UnselectedCheckbox;