import React from 'react'; import { type StyleProp, type ViewStyle } from 'react-native'; export type ContextualProps

= React.PropsWithChildren<{ style: StyleProp; Menu: React.ComponentType

; menuProps: P | (() => P) | (() => Promise

); onMenuPropsError?: () => void; }>; export declare function Contextual

(props: ContextualProps

): React.JSX.Element; //# sourceMappingURL=Contextual.d.ts.map