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