import { KendoComponent } from '../_types/component';
export type KendoTypographyBodyProps = React.HTMLAttributes<HTMLElement>;
export declare const TypographyBody: KendoComponent<KendoTypographyBodyProps>;
export default TypographyBody;
