interface ToolbarProps { editor: any; children: any; isImage?: boolean; isTable?: boolean; placement?: 'top' | 'bottom' | 'right' | 'left'; } export declare function FloatingToolbar(props: ToolbarProps): any; export {}; //# sourceMappingURL=PositionedToolbar.d.ts.map