import '../../stencil.core'; export declare class CloudinaryVideoPlayer { analytics: boolean; autoplay: boolean; autoplayMode: string; autoShowRecommendations: boolean; cloudName: string; control: 'play' | 'pause' | 'stop'; controls: boolean; crop: string; fluid: boolean; fontFace: string; height: number; loop: boolean; muted: boolean; preload: string; publicId: string; urlTransformation: string; videoId: string; videoTitle: string; width: number; cld: any; player: any; componentWillLoad(): void; componentDidLoad(): void; componentDidUnload(): void; controlHandler(newValue: string, _oldValue: string): void; private buildOptions; private getSrc; render(): JSX.Element; }