import { Editor, Range } from 'slate'; type SetActiveTypographyIdOptions = { at?: Range; }; export declare function setActiveTypographyId(editor: Editor, id?: string, options?: SetActiveTypographyIdOptions): void; export {}; //# sourceMappingURL=setActiveTypographyId.d.ts.map