import { member } from "../../../../core";
export interface SmootherStep_FloatInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    Value?: member<any>;
}
export declare function SmootherStep_Float(props: SmootherStep_FloatInput): any;
//# sourceMappingURL=SmootherStep_Float.d.ts.map