import { type InternalChipGroupContextProps } from '../contexts/InternalChipGroupContext.js'; /** * Hook for accessing the _InternalChipGroupContext. * @internal */ export declare const useInternalChipGroupContext: () => InternalChipGroupContextProps;