import { KendoComponent } from '../_types/component';
export type KendoTypographyH2Props = React.HTMLAttributes<HTMLHeadingElement>;
export declare const TypographyH2: KendoComponent<KendoTypographyH2Props>;
export default TypographyH2;
