import * as React from 'react'; import { CSSObject } from '@emotion/react'; import { Theme } from '../../Identity'; export interface MenuItemsProps extends React.HTMLProps { open?: boolean; } export declare const menuItemsStyle: (theme: Theme, props: MenuItemsProps) => CSSObject; export declare const MenuItems: (props: MenuItemsProps) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=MenuItems.d.ts.map