import { type CoreEditor, Extension } from '@kerebron/editor'; import { type CommandFactories } from '@kerebron/editor/commands'; /** * Extension that adds text alignment commands. * Works by setting a 'textAlign' attribute on block nodes that support it. */ export declare class ExtensionTextAlign extends Extension { name: string; getCommandFactories(editor: CoreEditor): Partial; } //# sourceMappingURL=ExtensionTextAlign.d.ts.map