import type { Core } from '@openplayerjs/core'; import type { Control, ControlPlacement } from './control'; export declare function extendControls(core: Core): { addElement(el: HTMLElement, placement?: ControlPlacement): HTMLElement; addControl(control: Control): HTMLElement | undefined; }; //# sourceMappingURL=extend.d.ts.map