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