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