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