import { ReactNode } from "react"; declare const isIconOnly: (children: ReactNode) => boolean; export default isIconOnly;