/// import * as styles from './DropdownMenu.styles'; import { useDropdownMenuState, DropdownMenuState } from './DropdownMenuState'; export * from './DropdownMenu'; export * from './DropdownMenuItem'; export * from './DropdownMenuButton'; export * from './DropdownMenuPopover'; export * from './DropdownMenuGroup'; export * from './DropdownMenuOptionGroup'; export * from './DropdownMenuOptionItem'; export * from './DropdownMenuDivider'; export * from './DropdownMenuState'; export declare const DropdownMenu: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; } & { Popover: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; }; Button: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; }; Item: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; }; Divider: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; }; Group: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; }; OptionGroup: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; }; OptionItem: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; }; useState: typeof useDropdownMenuState; State: typeof DropdownMenuState; }; export { styles as DropdownMenuStyles };