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