declare const _default: import("vue").DefineComponent<{
    clip: {
        type: StringConstructor;
        required: true;
    };
    width: {
        type: (StringConstructor | NumberConstructor)[];
        default: number;
    };
    height: {
        type: (StringConstructor | NumberConstructor)[];
        default: number;
    };
    autoplay: {
        type: BooleanConstructor;
        default: boolean;
    };
    fullscreen: {
        type: BooleanConstructor;
        default: boolean;
    };
    controls: {
        type: BooleanConstructor;
        default: boolean;
    };
    cssname: {
        type: StringConstructor;
        default: string;
    };
}, {
    aspectRatio: import("vue").Ref<string>;
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    clip: {
        type: StringConstructor;
        required: true;
    };
    width: {
        type: (StringConstructor | NumberConstructor)[];
        default: number;
    };
    height: {
        type: (StringConstructor | NumberConstructor)[];
        default: number;
    };
    autoplay: {
        type: BooleanConstructor;
        default: boolean;
    };
    fullscreen: {
        type: BooleanConstructor;
        default: boolean;
    };
    controls: {
        type: BooleanConstructor;
        default: boolean;
    };
    cssname: {
        type: StringConstructor;
        default: string;
    };
}>>, {
    width: string | number;
    height: string | number;
    autoplay: boolean;
    fullscreen: boolean;
    controls: boolean;
    cssname: string;
}, {}>;
export default _default;
//# sourceMappingURL=EmbediaVue.vue.d.ts.map