import './Typography.css';
import type { TypographyBaseProps } from './index';
export declare const cnTypography: import("@bem-react/classname").ClassNameFormatter;
export declare const Typography: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<TypographyBaseProps, "div", "as">;
