import Parent from '../../block/base/parent'; export declare const FRONT_MENU: { icon: string; label: string; text: string; shortCut: string; }[]; export type FrontMenuIcon = (typeof FRONT_MENU)[number]; export declare const canTurnIntoMenu: (block: Parent) => { title: string; subTitle: string; label: string; icon: string; score?: number | undefined; i18nTitle?: string | undefined; shortCut?: string | undefined; shortKeyMap?: { altKey: boolean; shiftKey: boolean; metaKey: boolean; code: string; } | undefined; }[];