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