import { type TypographyProps } from '../Typography';
export type ParagraphProps = TypographyProps;
/**
 * Используется для основного текста.
 *
 * @see https://vkui.io/components/typography#paragraph
 */
export declare const Paragraph: ({ className, Component, normalize, inline, ...restProps }: ParagraphProps) => React.ReactNode;
//# sourceMappingURL=Paragraph.d.ts.map