import React from "react"; /** * export-archive.svg */ declare const ExportArchiveIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default ExportArchiveIcon;