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