import React from "react"; export declare const paragraphBlockVariants: (props?: ({ compactSpacing?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; interface ParagraphBlockProps { children: React.ReactNode; textColor: string; textSize: string; compactSpacing?: boolean; } export declare function ParagraphBlock({ children, textColor, textSize, compactSpacing }: ParagraphBlockProps): React.JSX.Element; export {}; //# sourceMappingURL=ParagraphBlock.d.ts.map