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