export default class Ripple extends React.PureComponent { static defaultProps: any; static propTypes: any; constructor(props: any); onLayout(event: any): void; onPress(event: any): void; onPressIn(event: any): void; onPressOut(event: any): void; onLongPress(event: any): void; onAnimationEnd(): void; renderRipple({ unique, progress, locationX, locationY, R }: { unique: any; progress: any; locationX: any; locationY: any; R: any; }): import("react/jsx-runtime").JSX.Element; unique: number; mounted: boolean; state: { width: number; height: number; ripples: never[]; }; componentDidMount(): void; componentWillUnmount(): void; startRipple(event: any): void; render(): import("react/jsx-runtime").JSX.Element; } import React from 'react'; //# sourceMappingURL=ripple.d.ts.map