import { MarkExtension } from "../../MarkExtension"; export default class Superscript extends MarkExtension { get name(): string; get schema(): any; keys({ type }: { type: any; }): { "Mod-.": any; }; commands({ type }: { type: any; }): () => any; }