export declare const closedPanelUI: {
    microphone: {
        basicConfig: {
            color: string;
            iconSrc: string;
            width: string;
            height: string;
            shape: string;
            iconSize: number;
            textColor: string;
        };
        closedConfig: {
            color: string;
            iconSrc: string;
            width: string;
            height: string;
            shape: string;
            iconSize: number;
            textColor: string;
        };
    };
    speaker: {
        basicConfig: {
            color: string;
            iconSrc: string;
            width: string;
            height: string;
            shape: string;
            iconSize: number;
            textColor: string;
        };
        closedConfig: {
            color: string;
            iconSrc: string;
            width: string;
            height: string;
            shape: string;
            iconSize: number;
            textColor: string;
        };
    };
    camera: {
        basicConfig: {
            color: string;
            iconSrc: string;
            width: string;
            height: string;
            shape: string;
            iconSize: number;
            textColor: string;
        };
        closedConfig: {
            color: string;
            iconSrc: string;
            width: string;
            height: string;
            shape: string;
            iconSize: number;
            textColor: string;
        };
    };
    hangup: {
        basicConfig: {
            color: string;
            iconSrc: string;
            width: string;
            height: string;
            shape: string;
            iconSize: number;
            textColor: string;
        };
        loadingConfig: {
            color: string;
            loadingWidth: string;
            loadingHeight: string;
            width: string;
            height: string;
            shape: string;
            iconSize: number;
            textColor: string;
        };
    };
    toggleButtonPanel: {
        basicConfig: {
            color: string;
            width: string;
            height: string;
            shape: string;
            iconSize: number;
            iconSrc: string;
        };
    };
    minimize: {
        basicConfig: {
            iconSize: number;
            iconSrc: string;
        };
    };
    inviteUser: {
        basicConfig: {
            color: string;
            width: string;
            height: string;
            shape: string;
            iconSize: number;
            iconSrc: string;
            textColor: string;
        };
    };
};
