import { ReactNode } from 'react';

export declare const hasNoOptions: (children: ReactNode) => boolean;
