declare const Parchment: any; declare const FontClass: any; declare class FontStyleAttributor extends Parchment.StyleAttributor { value(node: HTMLElement): any; } declare const FontStyle: FontStyleAttributor; export { FontStyle, FontClass };