import { Editor, Range } from 'slate'; import { type Breakpoints } from '@makeswift/controls'; type SetActiveTypographyStyleOptions = { at?: Range; }; export declare function setActiveTypographyStyle(editor: Editor, breakpoints: Breakpoints, deviceId: string, prop: string, value?: unknown, options?: SetActiveTypographyStyleOptions): void; export {}; //# sourceMappingURL=setActiveTypographyStyle.d.ts.map