import React from 'react'; import type { TouchableProps } from './TouchableProps'; export declare const Touchable: (props: TouchableProps) => React.JSX.Element; //# sourceMappingURL=Touchable.d.ts.map