import type { ScreenBottomBarProps } from './model'; declare const MenuItemComponent: (props: ScreenBottomBarProps) => JSX.Element; export default MenuItemComponent; //# sourceMappingURL=index.d.ts.map