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