import {ICONS} from '../../constants'; export interface IconButtonProps { onPress?: () => void; iconName: ICONS; }