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