import { TextProps } from "./types.js"; import React from "react"; //#region src/typography/text.d.ts declare const Text: React.ForwardRefExoticComponent>; //#endregion export { Text }; //# sourceMappingURL=text.d.ts.map