import React from "react"; import type { ChipSelectableProps } from "../../Chip.types"; export declare function ChipSelectable({ selected, ...rest }: ChipSelectableProps): React.JSX.Element;