import { KendoComponent } from '../_types/component';
export type KendoTypographyPProps = React.HTMLAttributes<HTMLParagraphElement>;
export declare const TypographyP: KendoComponent<KendoTypographyPProps>;
export default TypographyP;
