import type { Editor } from "../types.js"; export declare class ModFootnoteLayout { mod: { editor: Editor; [key: string]: any; }; editor: Editor; constructor(mod: { editor: Editor; [key: string]: any; }); init(): void; updateDOM(): void; } //# sourceMappingURL=layout.d.ts.map