import { LitElement } from 'lit'; declare const VideoControls_base: (new (...args: any[]) => import("../../mixins/DependentProps").WithDependentPropsInterface) & typeof LitElement; /** * @slot - Video-controls main content * */ export declare class VideoControls extends VideoControls_base { static styles: import("lit").CSSResult; idle: boolean; playing: boolean; fullscreen: boolean; custom: boolean; render(): import("lit").TemplateResult<1>; } export {};