import type { TextParagraphSpec } from '@formant/ava';
import type { ThemeStylesProps } from '../types';
export declare const P: import("styled-components").StyledComponent<"p", any, ThemeStylesProps & Pick<TextParagraphSpec, "indents">, never>;
