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