import { type ChipContextProps } from './ChipContext.js'; /** * @internal */ export declare const useChipContext: () => ChipContextProps;