export declare const ICONS: { readonly backspace: string; readonly download: string; readonly copy: string; readonly 'camera-off': string; readonly 'camera-on': string; readonly 'check-circle': string; readonly 'chevron-up': string; readonly close: string; readonly 'fullscreen-exit': string; readonly fullscreen: string; readonly 'hand-raise': string; readonly 'info-circle': string; readonly 'mic-off': string; readonly 'mic-on': string; readonly person: string; readonly 'phone-call': string; readonly 'phone-end': string; readonly room: string; readonly 'screen-share': string; readonly 'screen-share-off': string; readonly 'send-icon': string; readonly settings: string; readonly 'speaker-off': string; readonly 'speaker-on': string; readonly spinner: string; readonly 'sw-logo': string; readonly transcript: string; }; export type IconName = keyof typeof ICONS; //# sourceMappingURL=icons.d.ts.map