/**
 * warn: this is m2 ripple effect
 */
export declare function rippleEffect<E extends HTMLElement>(ele: E, duration?: number, color?: string): (() => void) | undefined;
