import { IEditorToolElement } from '../editor-utils'; export declare const LineHeightDropdown: ({ tool, currentLineHeight, onSetLineHeight, }: { tool: IEditorToolElement; currentLineHeight?: string; onSetLineHeight: (lineHeight: string) => void; }) => import("react/jsx-runtime").JSX.Element;