import { IndentationMarkAttributes, IndentationMarkDefinition, ParagraphDefinition } from '@uidu/adf-schema'; import { WithAppliedMark, WithMark } from "../types.js"; export declare const indentation: (attrs: IndentationMarkAttributes) => (maybeNode: WithMark | string) => WithAppliedMark;