import { PropType } from "vue";
import type { VNode } from "vue";
import type { APlayerComponentsOptions, MetingOptions } from "../../options.js";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    src: {
        type: PropType<MetingOptions & APlayerComponentsOptions>;
    };
}>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    src: {
        type: PropType<MetingOptions & APlayerComponentsOptions>;
    };
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
