/// import { TextProps } from './Text'; export interface H4Props extends TextProps { } export declare const H4: import("react").ComponentType;