import { BaseElement } from "@hydrophobefireman/kit"; import { TextAs, TextProps } from "./types"; declare const _T: { (props: Readonly<{ children?: import("@hydrophobefireman/ui-lib").ComponentChildren | undefined; } & JSX.DOMEvents & JSX.HTMLAttributes & Record & { ref?: any; }>): JSX.Element; __REF_FORWARDED: boolean; }; declare function createTextComponent(x: T): (props: Omit, "as">) => import("@hydrophobefireman/ui-lib").VNode<{}, any> | null; export declare const Text: typeof _T & { [K in TextAs]: ReturnType; }; export {};