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