import { FontWeightToken } from "./types"; declare const FontWeights: { [x: string]: FontWeightToken; }; export default FontWeights; //# sourceMappingURL=fontWeights.d.ts.map