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 | boolean | Iterable | import("react/jsx-runtime").JSX.Element | null | undefined;