import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ControlsComponent implements OnInit {
    class: string;
    hide: boolean;
    private events;
    private player;
    private doc;
    onClick(event: MouseEvent): void;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ControlsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ControlsComponent, "telly-controls", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
}
