export interface RippleProps {
  dataTestId?: string;
  id: string;
  disabled?: boolean;
  children?: React.ReactNode;
}
