export declare const Paragraph: (props: {
    children: React.ReactNode;
    style?: React.CSSProperties;
}) => import("react/jsx-runtime").JSX.Element;
