declare const _exports: {
    style: Set<string>;
    variant: Set<string>;
    weight: Set<string>;
    stretch: Set<string>;
    size: Set<string>;
};
export = _exports;
//# sourceMappingURL=keywords.d.ts.map