import { member } from "../../core";
export interface FriendLinkInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    UserId?: member<any>;
}
export declare function FriendLink(props: FriendLinkInput): any;
//# sourceMappingURL=FriendLink.d.ts.map