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