export declare const PusherProps: {
    show: {
        type: BooleanConstructor;
        default: boolean;
    };
    domId: {
        type: StringConstructor;
    };
    loading: {
        type: BooleanConstructor;
    };
    showStreamInfo: {
        type: BooleanConstructor;
    };
    showAudioStream: {
        type: BooleanConstructor;
    };
};
