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