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