import { type FunctionComponent } from 'react';
export type RippleProps = Record<string, never>;
export declare const Ripple: FunctionComponent<RippleProps>;
