import * as React from 'react'; declare function FactCheck(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof FactCheck; export default FactCheck;