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