import { fontWeights } from "../../typography"; export declare type FontWeights = keyof typeof fontWeights; export declare const textWeight: (weight: FontWeights) => string;