import { FontWeightsThemeConfig } from '../types'; declare const _default: (overrides: FontWeightsThemeConfig) => { normal: string; semibold: string; bold: string; }; export default _default;