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