import { InlineAnnotation } from "@atjson/document"; export declare class FontSize extends InlineAnnotation<{ size: number; }> { static vendorPrefix: string; static type: string; } //# sourceMappingURL=font-size.d.ts.map