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