import React from 'react'; import { StyleProp, ViewStyle, View } from 'react-native'; import type { Theme, Orientation } from '../../types'; type Props = React.ComponentPropsWithRef & { anchor?: React.ReactNode; children: React.ReactNode; open?: boolean; orientation?: Orientation; style?: StyleProp; theme: Theme; horizontalAlignment?: 'left' | 'right'; verticalAlignment?: 'above' | 'below'; }; declare const _default: React.ComponentType | "orientation" | "open" | "horizontalAlignment" | "verticalAlignment"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & { ({ anchor, children, open, orientation, style, theme, horizontalAlignment: horizontalAlign, verticalAlignment: verticalAlign, ...rest }: Props): React.JSX.Element; Item: React.ComponentType void; primary?: boolean; size?: import("../../types").Sizes; style?: StyleProp; theme: Theme; title: string; }, "style" | "title" | "onPress" | "disabled" | "primary" | "size"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics void; primary?: boolean; size?: import("../../types").Sizes; style?: StyleProp; theme: Theme; title: string; }> & (({ disabled, onPress, primary, size, style, theme, title, ...rest }: { disabled?: boolean; onPress: () => void; primary?: boolean; size?: import("../../types").Sizes; style?: StyleProp; theme: Theme; title: string; }) => React.JSX.Element), {}>; }, {}>; export default _default; //# sourceMappingURL=Menu.d.ts.map