/// import { ParagraphProps } from './paragraph.interfaces'; export declare const Paragraph: { ({ alignSelf, variant, textAlign, children, }: ParagraphProps): JSX.Element; defaultTheme: ({ colors, typography }: import("../..").CommonTheme) => [string, { margin: { none: string; xxsmall: string; xsmall: string; small: string; medium: string; large: string; xlarge: string; xxlarge: string; }; variant: { default: { color: string; fontFamily: string; fontSize: string; fontWeight: number; lineHeight: string; }; alternate: { color: string; fontFamily: string; fontSize: string; fontWeight: number; lineHeight: string; }; }; }]; };