import type { UiConfig } from '../types'; export declare const ICONS_MAP: { play: string; pause: string; volume: string[]; fullscreen: string[]; pip: string[]; setting: string; screenshot: string; playbackRate: string; subtitle: string; loop: string; quality: string; lang: string; progressIndicator: null; loadingIndicator: null; previous: null; next: null; chromecast: null; airplay: null; danmaku: null; playlist: null; }; export declare namespace Icons { const setupIcons: (icons: UiConfig["icons"]) => { play: string; pause: string; volume: string[]; fullscreen: string[]; pip: string[]; setting: string; screenshot: string; playbackRate: string; subtitle: string; loop: string; quality: string; lang: string; progressIndicator: null; loadingIndicator: null; previous: null; next: null; chromecast: null; airplay: null; danmaku: null; playlist: null; }; const get: (name: K) => (typeof ICONS_MAP)[K]; } //# sourceMappingURL=icons.d.ts.map