import React from "react"; import type { ChipMultiSelectProps } from "./ChipsTypes"; type InternalChipChoiceMultipleProps = Pick; export declare function InternalChipMultiSelect({ children, selected, showSelectedSuffix, onChange, onClick, }: InternalChipChoiceMultipleProps): React.JSX.Element; export {};