/** * @private * @deprecated https://hello.jira.atlassian.cloud/browse/EDITOR-2872 * To be removed as part of Block menu project release */ export declare const FORMAT_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const NESTED_FORMAT_MENU_SECTION: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_HEADING_1_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_HEADING_2_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_HEADING_3_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_HEADING_4_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_HEADING_5_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_HEADING_6_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_PARAGRAPH_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_QUOTE_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_EXPAND_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_LAYOUT_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_PANEL_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_CODE_BLOCK_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_BULLETED_LIST_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_NUMBERED_LIST_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const FORMAT_TASK_LIST_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const NESTED_FORMAT_MENU: { key: string; }; /** * @private * @deprecated */ export declare const PRIMARY_MENU_SECTION: { key: string; }; /** * @private * @deprecated */ export declare const ADD_BLOCKS_MENU_SECTION: { key: string; }; /** * @private * @deprecated */ export declare const COPY_MENU_SECTION: { key: string; }; /** * @private * @deprecated */ export declare const MOVE_UP_DOWN_MENU_SECTION: { key: string; }; /** * @private * @deprecated */ export declare const CREATE_SYNCED_BLOCK_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const COPY_LINK_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const MOVE_UP_MENU_ITEM: { key: string; }; /** * @private * @deprecated */ export declare const MOVE_DOWN_MENU_ITEM: { key: string; };