···8484 hint?: string
8585 role?: AccessibilityRole
8686 style?: StyleProp<ViewStyle>
8787+ /**
8888+ * Callback for single taps. Composed with the double-tap and
8989+ * press-and-hold gestures via `Gesture.Exclusive`, so a double tap
9090+ * does not also fire this handler.
9191+ *
9292+ * @platform ios, android
9393+ */
9494+ onTap?: () => void
8795}
8896export type TriggerChildProps =
8997 | {