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