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