declare module '@yfuks/react-native-action-sheet' {
  import { ActionSheetIOSStatic } from 'react-native'

  const ActionSheetIOS: ActionSheetIOSStatic
  export default ActionSheetIOS
}
