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