export interface RippleConfig { cxlOnMove?: boolean; color?: string; opacity?: number; shadow?: string; expandTime?: number; size?: number; }