declare const Parchment: any; declare const SizeClass: any; declare class FontSizeStyleAttributor extends Parchment.StyleAttributor { value(node: HTMLElement): any; } declare const SizeStyle: FontSizeStyleAttributor; export { SizeStyle, SizeClass };