import { CssEmotion } from '../../Provider/theme'; import { Wave } from './Ripple.type'; export declare const BoxCss: CssEmotion; export declare const OverlayCss: (mouseover: boolean) => CssEmotion; export declare const WaveCss: ({ x, y, released, size }: Wave) => CssEmotion; //# sourceMappingURL=Ripple.styles.d.ts.map