import { FontWeightToken } from "./types"; declare const FontWeights: { [x: string]: FontWeightToken; }; export default FontWeights;