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