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