import { Editor, LayoutCommandProps, LayoutConfig } from '../types'; import { LayoutSidebarButtonsOptions } from './types'; export declare const createButtonId: (id: string) => string; export declare const removeSidebarLayouts: (editor: Editor, props?: { removeLayouts?: string[]; layout?: Partial; }) => void; export declare const createLayoutConfig: (props?: LayoutSidebarButtonsOptions) => LayoutConfig;