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