import type { ReactNode } from 'react'; export declare type BottomToolbarProps = { open?: boolean; style?: React.CSSProperties; children?: React.ReactNode; className?: string; anchor?: 'top' | 'bottom' | 'left' | 'right'; pluginControls?: ReactNode; actionsLeft?: ReactNode; } & BottomToolbarToolsProps; export declare type BottomToolbarToolsProps = { nodeId: string; }; //# sourceMappingURL=types.d.ts.map