///
import * as menuStyles from './Menu.styles';
export * from './Menu';
export * from './MenuItem';
export * from './MenuOptionGroup';
export * from './MenuOptionItem';
export * from './MenuOptionList';
export { menuStyles };
export declare const Menu: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("..").LocalBoxProps & {
active?: boolean;
focus?: boolean;
hover?: boolean;
hoveractive?: boolean;
} & import("./Menu").LocalMenuProps & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
} & {
Item: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("..").LocalBoxProps & {
active?: boolean;
focus?: boolean;
hover?: boolean;
hoveractive?: boolean;
} & import("react-native").TouchableOpacityProps & import("..").LocalBoxTouchableProps & import("./MenuItem").LocalMenuItemProps & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};
OptionGroup: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("..").LocalBoxProps & {
active?: boolean;
focus?: boolean;
hover?: boolean;
hoveractive?: boolean;
} & import("./MenuOptionGroup").LocalMenuOptionGroupProps & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};
OptionItem: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("..").LocalBoxProps & {
active?: boolean;
focus?: boolean;
hover?: boolean;
hoveractive?: boolean;
} & import("react-native").TouchableOpacityProps & import("..").LocalBoxTouchableProps & import("./MenuItem").LocalMenuItemProps & import("./MenuOptionItem").LocalMenuOptionItemProps & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};
OptionList: import("react").ForwardRefExoticComponent & import("./MenuOptionList").LocalMenuOptionListProps & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};
};