import { MouseEvent } from 'react';
export declare const useRipple: () => (event: MouseEvent<HTMLElement>) => void;
