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