import { KendoComponent } from '../_types/component';
export type KendoTypographyPreProps = React.HTMLAttributes<HTMLPreElement>;
export declare const TypographyPre: KendoComponent<KendoTypographyPreProps>;
export default TypographyPre;
