import { member } from "../../../core";
export interface CubicLerp_ColorInput {
    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_Color(props: CubicLerp_ColorInput): any;
//# sourceMappingURL=CubicLerp_Color.d.ts.map