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