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