import type * as icons from './icons'; /** Every icon key Apsara ships. A consumer overrides an icon by key. */ export type IconName = keyof typeof icons; //# sourceMappingURL=types.d.ts.map