import { IGenericElementProps } from "../types"; import { ITextSchema, ITypographySchema } from "./types"; export declare const Text: (props: IGenericElementProps) => import("react/jsx-runtime").JSX.Element;