import { SCLiveStreamViewType } from '@selfcommunity/types';
export declare const PREFIX = "SCLiveStreamForm";
/**
 * Default live stream settings
 */
export declare const LIVESTREAM_DEFAULT_SETTINGS: {
    muteParticipants: boolean;
    hideParticipantsList: boolean;
    automaticallyNotifyFollowers: boolean;
    disableVideo: boolean;
    disableChat: boolean;
    disableShareScreen: boolean;
    showInProfile: boolean;
    view: SCLiveStreamViewType;
};
