import { PropertyMixerPlayable } from './property-mixer-playable'; export declare class FloatPropertyMixerPlayable extends PropertyMixerPlayable { resetPropertyValue(): void; addWeightedValue(curveValue: number, weight: number): void; }