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