import { type ElementType, type ReactElement } from 'react'; import type { ChipProps } from './types/chip.js'; /** * Grouped chip component * @internal */ export declare const GroupedChip: (props: ChipProps) => ReactElement | null;