import { type ReactNode } from 'react'; export declare const checkContainCheckboxGroup: (children: ReactNode) => boolean;