import { CSSObject } from '@emotion/react'; import { Theme } from '../../Identity/Theme'; import { TextProps } from '../Text'; export type ParagraphProps = TextProps; export declare const paragraphStyle: (theme: Theme, props: ParagraphProps) => CSSObject; export declare const Paragraph: (props: ParagraphProps) => import("@emotion/react/jsx-runtime").JSX.Element; export type LeadProps = TextProps; export declare const leadStyle: (theme: Theme, props: LeadProps) => CSSObject; export declare const Lead: (props: LeadProps) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=Paragraph.d.ts.map