import * as React from 'react'; import type { CheckBoxProps } from './CheckBox'; type Props = CheckBoxProps & { /** * Color of label */ textColor?: string; /** * Text Label for checkbox */ label: string; }; export declare const CheckBoxItem: React.FC; export {}; //# sourceMappingURL=CheckBoxItem.d.ts.map