export declare const textDropDown: (editor: any) => { label: import("react/jsx-runtime").JSX.Element; key: string; onClick: () => void; }[]; export declare const alignDropDown: (editor: any) => { label: import("react/jsx-runtime").JSX.Element; key: string; onClick: () => void; }[];