import React from "react";
import type { TextOrChildrenProps } from "./TextOrChildren.types.mjs";
export declare const TextOrChildren: ({ children, textProps, }: TextOrChildrenProps) => React.JSX.Element;
//# sourceMappingURL=TextOrChildren.d.mts.map