import { IOFontSize } from "../../utils/fonts"; import { TypographicStyleProps } from "./IOText"; export declare const h4FontSize: IOFontSize; export declare const h4LineHeight = 24; /** * `H4` typographic style */ export declare const H4: ({ color: customColor, ...props }: TypographicStyleProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=H4.d.ts.map