import { ChipTileProps } from "./ChipInput.definitions"; export declare function ChipTile({ title, onRemove }: ChipTileProps): JSX.Element;