declare const _default: import("vue").DefineComponent<{}, {
    props: {
        readonly autoplay: boolean;
        readonly isWide: boolean;
        readonly highQuality: boolean;
        readonly hasDanmaku: boolean;
        readonly height?: string | number;
        readonly width?: string | number;
        readonly page?: number;
        readonly vid?: string;
        readonly aspectWidth?: number;
        readonly aspectHeight?: number;
        readonly iframeClass?: string;
    };
    page: number;
    isWide: true;
    highQuality: true;
    hasDanmaku: boolean;
    defaultAspectWidth: number;
    defaultAspectHeight: number;
    aspectWidth: number;
    aspectHeight: number;
    width: string | number;
    height: any;
    iframeClassImp: string;
    highQualityValue: number;
    wideValue: number;
    danmakuValue: number;
    bilibiliUrl: string;
    aid: string;
    lvid: string;
    iframeSrc: string;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export default _default;
