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