export declare const Paragraph: ({ children, variant, bold, className, as, ...props }: { children: React.ReactNode; variant?: "small" | "regular" | undefined; as?: "a" | "p" | undefined; bold?: boolean | undefined; className?: string | undefined; }) => import("react/jsx-runtime").JSX.Element;