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