export interface ChipEvents {
    onClose: () => void;
}
