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