import React from 'react'; import { CheckBoxProps } from '../../types'; export declare const CheckBox: ({ checked, checkedIcon, iconColor, iconSize, style, textColor, textStyle, title, unCheckedIcon, onChange, }: CheckBoxProps) => React.JSX.Element;