import { NodeExtension } from "../../NodeExtension"; export default class HorizontalRule extends NodeExtension { get name(): string; get schema(): any; commands({ type }: { type: any; }): () => (state: any, dispatch: any) => any; inputRules({ type }: { type: any; }): any[]; }