import * as React from "react"; /** * String/number children in `inline-flex` + `whitespace-nowrap` rows keep an implicit min width * and can paint outside a shrinking parent. Wrap those nodes so `min-w-0 shrink truncate` works. */ export declare function wrapInlineLabelTextNodes(children: React.ReactNode): React.ReactNode; //# sourceMappingURL=wrap-inline-label-text.d.ts.map