import { IProps } from "./interfaces"; declare const CheckBox: { (props: IProps): JSX.Element; defaultProps: { tooltipPosition: string; dimension: string; }; }; export default CheckBox;