import type Size from "../types/Size"; declare const getSizeStyles: (size?: string, innerLabel?: boolean) => string; declare const getTextSizes: (size?: Size) => string; export { getSizeStyles, getTextSizes }; //# sourceMappingURL=getSizeStyles.d.ts.map