import { type PropsWithChildren } from 'react'; export declare const hasNonTextEnd: (children: PropsWithChildren["children"]) => boolean;