import React from 'react'; import { StyleProp, TouchableOpacityProps, ViewStyle } from 'react-native'; interface Props { children: React.ReactElement; disabled?: boolean; nativeID?: string; rippleColor?: string | 'primary' | 'secondary'; style?: StyleProp; } declare const Ripple: (props: Props & TouchableOpacityProps) => React.ReactElement React.ReactElement React.Component)>) | (new (props: any) => React.Component)>; export default Ripple; //# sourceMappingURL=Ripple.d.ts.map