import { fontSizes } from "../../typography"; import { BreakpointConfig } from "../../breakpoints"; export type FontSize = BreakpointConfig; export declare const textSize: (size: FontSize) => string | undefined;