import type { ControlTouchableProps } from './types'; declare const ControlTouchable: ({ maxDuration, numberOfTaps, onPress, children, }: ControlTouchableProps) => JSX.Element; export default ControlTouchable;