import type { TrackMixerPlayable } from '../playables'; import { PropertyTrack } from './property-track'; export declare class FloatPropertyTrack extends PropertyTrack { createTrackMixer(): TrackMixerPlayable; }