import { IOFontSize, IOFontWeight } from "../../utils/fonts"; import { TypographicStyleProps } from "./IOText"; type H2StyleProps = TypographicStyleProps & { weight?: Extract; }; export declare const h2FontSize: IOFontSize; export declare const h2LineHeight = 34; /** * `H2` typographic style */ export declare const H2: ({ weight: customWeight, color: customColor, ...props }: H2StyleProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=H2.d.ts.map