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