import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class TypographyValidator { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); static returnValidTypographyNames(): Array; } //# sourceMappingURL=TypographyValidator.d.ts.map