import { AppContext } from '../../../appContext';
export declare function createExportMenus(app: AppContext, onClose: () => void, root: HTMLElement): {
    icon: {
        prefix: string;
        name: string;
    };
    name: string;
    onClick: () => void;
}[];
