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