import { ToolbarCommandState, ToolbarContext } from '../types.js'; export declare const createTextAlignStateDeriver: () => ({ context }: { context: ToolbarContext | null; }) => ToolbarCommandState; export declare const createLineHeightStateDeriver: () => ({ context }: { context: ToolbarContext | null; }) => ToolbarCommandState; export declare const createLinkedStyleStateDeriver: () => ({ context }: { context: ToolbarContext | null; }) => ToolbarCommandState; export declare const createListStateDeriver: (numberingType: "bullet" | "ordered") => ({ context }: { context: ToolbarContext | null; }) => ToolbarCommandState; export declare const createIndentIncreaseExecute: () => ({ context }: { context: ToolbarContext | null; payload?: unknown; }) => boolean; export declare const createIndentDecreaseExecute: () => ({ context }: { context: ToolbarContext | null; payload?: unknown; }) => boolean; //# sourceMappingURL=paragraph.d.ts.map