import type { UiConfig } from './types'; export declare const loading: string; export declare const playing: string; export declare const focused: string; export declare const fullscreen: string; export declare const settingShown: string; export declare const hidden: string; export declare const DATA_CONTROLLER_HIDDEN = "data-ctrl-hidden"; export declare const controllerHidden: string; export declare const error: string; export declare const DATA_CONTEXTMENU_ATTR_NAME = "data-contextmenu"; export declare const root: (config: UiConfig) => string; export declare const webFullScreen: string; export declare const icon: string; export declare const on: string; export declare const off: string; export declare const tooltip: string; //# sourceMappingURL=style.d.ts.map