export declare const OverlayStreamProps: {
    readonly showOverlayStream: {
        readonly type: BooleanConstructor;
        readonly default: true;
    };
    readonly customClass: {
        readonly type: StringConstructor;
    };
    readonly customStyle: {
        readonly type: ObjectConstructor;
    };
    readonly isSmallWindow: {
        readonly type: BooleanConstructor;
        readonly default: false;
    };
    readonly tip: {
        readonly type: StringConstructor;
        readonly default: any;
    };
    readonly showOverlay: {
        readonly type: BooleanConstructor;
        readonly default: true;
    };
    readonly showMask: {
        readonly type: BooleanConstructor;
        readonly default: true;
    };
    readonly showBackgroundImage: {
        readonly type: BooleanConstructor;
        readonly default: true;
    };
    readonly blur: {
        readonly type: BooleanConstructor;
        readonly default: true;
    };
    readonly bgColor: {
        readonly type: StringConstructor;
    };
    readonly bgImage: {
        readonly type: StringConstructor;
        readonly default: string;
    };
    readonly overlayZIndex: {
        readonly type: NumberConstructor;
    };
    readonly customOverlayClass: {
        readonly type: StringConstructor;
    };
    readonly showLoading: {
        readonly type: BooleanConstructor;
        readonly default: false;
    };
    readonly showAvatar: {
        readonly type: BooleanConstructor;
        readonly default: true;
    };
    readonly avatar: {
        readonly type: StringConstructor;
        readonly default: string;
    };
    readonly showUserName: {
        readonly type: BooleanConstructor;
        readonly default: true;
    };
    readonly username: {
        readonly type: StringConstructor;
    };
    readonly color: {
        readonly type: StringConstructor;
        readonly default: "#FFF";
    };
    readonly showMicVolume: {
        readonly type: BooleanConstructor;
        readonly default: false;
    };
    readonly isMuted: {
        readonly type: BooleanConstructor;
        readonly default: false;
    };
    readonly volume: {
        readonly type: NumberConstructor;
        readonly default: 0;
    };
    readonly showTip: {
        readonly type: BooleanConstructor;
        readonly default: true;
    };
};
