export type KendoTypographyProps = {
    type: 'body' | 'p' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'code' | 'pre' | 'display-1' | 'display-2' | 'display-3' | 'display-4';
};
export declare const Typography: {
    (props: KendoTypographyProps & React.HTMLAttributes<HTMLElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
};
export default Typography;
