import { type OptionProps } from './Option'; export type CheckOptionProps = OptionProps; declare const _default: import("react").MemoExoticComponent<({ selected, children: label, ...options }: CheckOptionProps) => import("react/jsx-runtime").JSX.Element>; export default _default; //# sourceMappingURL=CheckOption.d.ts.map