import { SVGProps } from "react";
declare const FCExport: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { FCExport };
