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