import React from "react";
export declare const exportToolBarItem: () => {
    key: string;
    tooltip: string;
    icon: React.JSX.Element;
    onClick: (e: any) => Promise<void>;
};
export declare const importToolBarItem: () => {
    key: string;
    tooltip: string;
    icon: React.JSX.Element;
    onClick: (e: any) => void;
};
