import * as React from 'react'; export interface SelectGroupContext { /** * The id the group is labelled by; `Select.GroupLabel` renders it. */ labelId: string | undefined; } export declare const SelectGroupContext: React.Context; export declare function useSelectGroupContext(): SelectGroupContext; //# sourceMappingURL=SelectGroupContext.d.ts.map