type Autoplay = boolean | 'visible'; interface Props { src?: string; autoplay?: Autoplay; mute?: boolean; aspectRatio?: string; controls?: boolean; loop?: boolean; status?: string; playsinline?: boolean; } declare function play(): void; declare function pause(): void; declare const _default: import('vue').DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { videoContainer: HTMLDivElement; video: HTMLVideoElement; }, HTMLDivElement>; export default _default; //# sourceMappingURL=BglVideo.vue.d.ts.map