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