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