import { MarkExtension } from "../../MarkExtension"; export default class Alignment extends MarkExtension { constructor(); get name(): string; get schema(): any; commands({ type, schema }: { type: any; schema: any; }): (attrs: any) => (state: any, dispatch: any) => any; }