import type { ParagraphProps } from "./paragraph.d"; export declare function Paragraph(props: ParagraphProps): import("solid-js").JSX.Element;