import { Editor, Range } from 'slate'; import { RichTextTypography } from '@makeswift/controls'; type SetActiveTypographyIdOptions = { at?: Range; }; export declare function detachActiveTypography(editor: Editor, value: RichTextTypography['style'], options?: SetActiveTypographyIdOptions): void; export {}; //# sourceMappingURL=detachActiveTypography.d.ts.map