import { ReactNode } from 'react'; export declare const getCheckboxGroupValues: (children: ReactNode) => string[];