;
/**
* Text component is the used to render text and paragraphs within an interface.
* It renders a tag by default.
*/
export declare function Text(props: TextProps): import("solid-js").JSX.Element;
export declare namespace Text {
var toString: () => string;
}
//# sourceMappingURL=text.d.ts.map