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