import type { HTMLAttributes } from 'svelte/elements'; export interface RippleProps extends HTMLAttributes { forceHover?: boolean; element?: HTMLDivElement; forElement?: HTMLElement; }