import React from 'react'; import { type StyleProp, type ViewStyle } from 'react-native'; export type ContextualProps
= React.PropsWithChildren<{
style: StyleProp ;
menuProps: P | (() => P) | (() => Promise );
onMenuPropsError?: () => void;
}>;
export declare function Contextual (props: ContextualProps ): React.JSX.Element;
//# sourceMappingURL=Contextual.d.ts.map