import * as React from 'react'; export declare const Check: { ({ color, ...props }: React.SVGProps): JSX.Element; defaultProps: { color: string; }; };