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