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