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