import React from 'react'; declare const ImageButton: ({ sourceImage, onPress, size }: { sourceImage: any; onPress: any; size: any; }) => React.JSX.Element; export default ImageButton; //# sourceMappingURL=index.d.ts.map