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