import { ActivesRiseRub, BankRub, BookBuilding, BookChat, BookFinger, BooksAppleHat, CalendarWatch, CarBoxes, Chip, ChocolateMenu, DisplayAnalytics, DisplayDemo, DisplayUserProfile, DocLaptop, Documents, FingerClickRub, HammerBuildings, HandCardRub, HandGear, HandGlass, HandMoney, HandshakeRub, Key, LikeDisplayClick, LikeProfileRub, MailOpened, ManLaptopWorld, ManSpyglass, Outsourcing, PhoneInHand, Rocket, SandwatchRub, SearchInterface, Support, UserAnalytics, WomanChat } from './illustrations'; import { Plugin } from 'vue'; /** * Automatically generated by CDS CLI * Generated on 7/8/2026, 2:36:11 PM **/ import * as illustrations from './illustrations'; declare module '@vue/runtime-core' { interface GlobalComponents { ActivesRiseRub: typeof ActivesRiseRub; BankRub: typeof BankRub; BookBuilding: typeof BookBuilding; BookChat: typeof BookChat; BookFinger: typeof BookFinger; BooksAppleHat: typeof BooksAppleHat; CalendarWatch: typeof CalendarWatch; CarBoxes: typeof CarBoxes; Chip: typeof Chip; ChocolateMenu: typeof ChocolateMenu; DisplayAnalytics: typeof DisplayAnalytics; DisplayDemo: typeof DisplayDemo; DisplayUserProfile: typeof DisplayUserProfile; DocLaptop: typeof DocLaptop; Documents: typeof Documents; FingerClickRub: typeof FingerClickRub; HammerBuildings: typeof HammerBuildings; HandCardRub: typeof HandCardRub; HandGear: typeof HandGear; HandGlass: typeof HandGlass; HandMoney: typeof HandMoney; HandshakeRub: typeof HandshakeRub; Key: typeof Key; LikeDisplayClick: typeof LikeDisplayClick; LikeProfileRub: typeof LikeProfileRub; MailOpened: typeof MailOpened; ManLaptopWorld: typeof ManLaptopWorld; ManSpyglass: typeof ManSpyglass; Outsourcing: typeof Outsourcing; PhoneInHand: typeof PhoneInHand; Rocket: typeof Rocket; SandwatchRub: typeof SandwatchRub; SearchInterface: typeof SearchInterface; Support: typeof Support; UserAnalytics: typeof UserAnalytics; WomanChat: typeof WomanChat; } } export { ActivesRiseRub, BankRub, BookBuilding, BookChat, BookFinger, BooksAppleHat, CalendarWatch, CarBoxes, Chip, ChocolateMenu, DisplayAnalytics, DisplayDemo, DisplayUserProfile, DocLaptop, Documents, FingerClickRub, HammerBuildings, HandCardRub, HandGear, HandGlass, HandMoney, HandshakeRub, Key, LikeDisplayClick, LikeProfileRub, MailOpened, ManLaptopWorld, ManSpyglass, Outsourcing, PhoneInHand, Rocket, SandwatchRub, SearchInterface, Support, UserAnalytics, WomanChat }; declare const plugin: Plugin; export { plugin as CdsIcons, illustrations }; export default plugin; export declare const allowedIllustrations: readonly ["actives-rise-rub", "bank-rub", "book-building", "book-chat", "book-finger", "books-apple-hat", "calendar-watch", "car-boxes", "chip", "chocolate-menu", "display-analytics", "display-demo", "display-user-profile", "doc-laptop", "documents", "finger-click-rub", "hammer-buildings", "hand-card-rub", "hand-gear", "hand-glass", "hand-money", "handshake-rub", "key", "like-display-click", "like-profile-rub", "mail-opened", "man-laptop-world", "man-spyglass", "outsourcing", "phone-in-hand", "rocket", "sandwatch-rub", "search-interface", "support", "user-analytics", "woman-chat"]; export type TCdsIllustrationsName = typeof allowedIllustrations[number];