/// import "./ExportModal.scss"; import type { EC3ConfigPropsWithCallbacks } from "./EC3/EC3Config"; declare type ExportProps = Omit & { projectName: string; isOpen: boolean; close: () => void; templateId: string | undefined; token: string | undefined; }; export declare const ExportModal: (props: ExportProps) => JSX.Element; export {}; //# sourceMappingURL=ExportModal.d.ts.map