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