export declare const useWave: (min: number, max: number, initialValue: number, mode: "linear" | "random" | "mix") => string;