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 locked: string; export declare const DATA_CONTROLLER_HIDDEN = "data-ctrl-hidden"; export declare const controllerHidden: string; export declare const error: string; export declare const root: (config: UiConfig) => string; export declare const webFullScreen: string; /** Extra padding when the player fills the screen (notch / home indicator). */ export declare const fullscreenSafeArea: (pad: { top?: string; bottom?: string; x: string; grow?: boolean; }) => { [x: string]: { 'padding-left': string; 'padding-right': string; 'padding-bottom'?: string | undefined; 'padding-top'?: string | undefined; height?: string | undefined; 'min-height'?: string | undefined; 'box-sizing'?: "content-box" | undefined; }; }; 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