import { CollapseGroupProps } from './helpers'; export declare const useChoice: (props: CollapseGroupProps) => { getOnChange: (index: number) => (e: import("react").MouseEvent) => void; getChecked: (index: number) => boolean; };