import React from 'react'; import { StyleProp, ViewStyle, ImageStyle, type Insets, ImageResizeMode } from 'react-native'; export declare const PressableIcon: React.FC<{ icon: any; style?: StyleProp; iconStyle?: StyleProp; onPress?: () => void; resizeMode?: ImageResizeMode; disabled?: boolean; hitSlop?: Insets; size?: number; }>; //# sourceMappingURL=PressableIcon.d.ts.map