export declare const CSS: {
  title: string;
  close: string;
  chipImageContainer: string;
  calciteChipIcon: string;
};
export declare const TEXT: {
  close: string;
};
export declare const SLOTS: {
  image: string;
};
export declare const ICONS: {
  close: string;
};
