import { ReactIconComponentType } from '../types';

declare const CheckBox: ReactIconComponentType;
export default CheckBox;
            