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