import type { Choice } from '../types'; export declare let groupChoices: (choices: Choice[], options?: {}) => (Choice & { name: string; group: string; choices: Choice[]; })[];