import * as React from "react";
export interface TypographyH1Props {
    value: string;
}
export declare const TypographyH1: React.FC<TypographyH1Props>;
