import { type TypographyProps } from '../Typography'; export type TextProps = TypographyProps; /** * Основной наборный текст. * * @see https://vkui.io/components/typography#text */ export declare const Text: ({ className, Component, normalize, inline, ...restProps }: TextProps) => React.ReactNode; //# sourceMappingURL=Text.d.ts.map