type ImportExportMonitorProps = {
    companyId?: string;
    apiKey?: string;
    isOpen: boolean;
    onClose: () => void;
    store: any;
};
declare const ImportExportMonitor: ({ store, isOpen, companyId, apiKey, onClose, }: ImportExportMonitorProps) => import("react/jsx-runtime").JSX.Element;
export { ImportExportMonitor };
