import '../../stencil.core'; export declare class GLBackgroundVideoComponent { src: string; poster: string; muted: boolean; private videoElement; componentDidLoad(): void; render(): JSX.Element; }