export declare enum UserCameraDropdownItemType {
    OPTION = "USER_CAMERA_DROPDOWN_OPTION",
    SEPARATOR = "USER_CAMERA_DROPDOWN_SEPARATOR"
}
