/// import { TextProps } from "reactjs-view"; declare const Text: ({ children, dir, lang, color, className, ...rest }: TextProps) => JSX.Element; export { Text }; export type { TextProps }; //# sourceMappingURL=index.d.ts.map