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