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