import type { QuietAnimation, QuietAnimationOptions } from '../types.js'; /** @description Gentle tapping motion up and down */ export declare function tap(_options?: Partial): QuietAnimation; //# sourceMappingURL=tap.d.ts.map