import React from 'react'; export declare const Menu: React.MemoExoticComponent>, import("csstype").Property.BorderRadius> & import("styled-system").ColorProps>, string | number | symbol> & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").LayoutProps>> & import("styled-system").FlexboxProps>> & import("../../../utils/customProps").customBorderProps & import("../../../utils/customProps").customExtraProps & import("../../../utils/customProps").customOutlineProps & import("../../../utils/customProps").customShadowProps & import("../../../utils/customProps").customLayoutProps & import("../../../utils/customProps").customTypographyProps & import("../../../utils/customProps").customBackgroundProps & import("styled-system").TypographyProps>> & import("styled-system").PositionProps>> & import("../../../utils/customProps").customPositionProps & import("styled-system").BorderProps>, import("csstype").Property.BorderRadius> & { trigger: (_props: any, state: { open: boolean; }) => JSX.Element; children?: JSX.Element | JSX.Element[] | undefined; onOpen?: (() => void) | undefined; onClose?: (() => void) | undefined; offsetSpace?: number | undefined; closeOnSelect?: boolean | undefined; style?: import("react-native").ViewStyle | undefined; } & React.RefAttributes>>;