import React from 'react'; import type { OldDropdownChipLabelProps } from './converter.old'; export type DropdownChipLabelProps = OldDropdownChipLabelProps; export declare const DropdownChipLabel: React.ForwardRefExoticComponent, "onChange" | "allSelected"> & { isAllCheck?: boolean | undefined; onOptionValuesChange?: ((values: (string | number)[]) => void) | undefined; } & React.RefAttributes>;