import { TextProps } from "./type.mjs";
import { FC } from "react";
//#region src/Text/Text.d.ts
/**
 * @deprecated Use `Text` from `@lobehub/ui/base-ui` instead.
 */
declare const Text: FC<TextProps>;
//#endregion
export { Text as default };
//# sourceMappingURL=Text.d.mts.map