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