import { IconProps } from '../Icon'; declare function SvgCheckBox(props: IconProps): JSX.Element; export default SvgCheckBox;