/// import * as React from 'react'; import { Size } from './MouseDown'; export interface RippleChildProps { prefixCls?: string; } export default class RippleChild extends React.Component { currentCircleStyle: any; currentStyle: any; render(): string | number | JSX.Element; handleMouseDown(child: React.ReactElement, size?: Size): React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>; ripple: (child: React.ReactChild) => string | number | JSX.Element; }