import type { AntdIconProps } from "@ant-design/icons/lib/components/AntdIcon";
import type { FC } from "react";
declare const ExportIcon: FC<AntdIconProps>;
export default ExportIcon;