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