import React from 'react'; import { AsProps, GenericComponent } from '../helpers/asProps'; export declare const MenuListItem: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, { tabIndex: number; role: string; }, "tabIndex" | "role">; export declare function MenuItemFunc(props: AsProps, ref: React.Ref): JSX.Element; export declare type MenuItemType = typeof MenuItemFunc;