import React, { SVGProps } from 'react'; interface Props extends SVGProps { iconColor?: string; } export declare const Export: React.FC; export {};