import { member } from "../../core";
export interface SessionItemInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _background?: member<any>;
    _circleOutline?: member<any>;
    _thumbnail?: member<any>;
    _thumbnailTexture?: member<any>;
    _sessionName?: member<any>;
    _sessionHost?: member<any>;
    _userCount?: member<any>;
    _joinButton?: member<any>;
}
export declare function SessionItem(props: SessionItemInput): any;
//# sourceMappingURL=SessionItem.d.ts.map