import { GeneralOptions } from '../type';
import { Extension } from '@tiptap/core';
export interface IndentOptions extends GeneralOptions<IndentOptions> {
}
export declare const Indent: Extension<IndentOptions, any>;
