import { member } from "../../core";
export interface FriendsDialogInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _searchBar?: member<any>;
    _listRoot?: member<any>;
    _sessionsRoot?: member<any>;
    _messagesRoot?: member<any>;
    _status?: member<any>;
    _avatar?: member<any>;
    _username?: member<any>;
    _userActionsRoot?: member<any>;
    _sendMessageButton?: member<any>;
    _sendVoiceMessageButton?: member<any>;
    _sendMessageTextField?: member<any>;
    _messagesScrollRect?: member<any>;
    _inviteButton?: member<any>;
    _sendCreditsButton?: member<any>;
    _giftStorageButton?: member<any>;
    _banAllButton?: member<any>;
    _banSessionButton?: member<any>;
}
export declare function FriendsDialog(props: FriendsDialogInput): any;
//# sourceMappingURL=FriendsDialog.d.ts.map