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