import type { ReactNode, PropsWithChildren } from 'react'; /** Helper component to wrap the children into a TextEllpipsis if valid. * @internal */ export declare function TextEllipsisAroundChildren(props: Readonly): number | bigint | boolean | import("react").JSX.Element | Iterable | Promise | import("react").ReactElement> | import("react").ReactPortal | null | undefined> | null | undefined; //# sourceMappingURL=TextEllipsisAroundChildren.d.ts.map