import type { QuietAnimation, QuietAnimationOptions } from '../types.js'; /** @description Hinged swinging motion */ export declare function wave(options?: Partial): QuietAnimation; //# sourceMappingURL=wave.d.ts.map