import * as React from "react"; import { IconProps } from '../lib'; declare const Export: (props: IconProps) => React.JSX.Element; export default Export; //# sourceMappingURL=Export.d.ts.map