/// <reference types="react" />
import { SVGType } from './type/SVGType';
declare const Check: (props: SVGType<SVGSVGElement>) => JSX.Element;
export { Check };
