import { ElementType, HTMLHopeProps, SinglePartComponentStyleConfig } from "../types"; import { TextVariants } from "./text.styles"; export declare type TextProps = HTMLHopeProps; export declare type TextStyleConfig = SinglePartComponentStyleConfig; /** * 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