import * as React from 'react'; import { IAuthorizedPage, UserMenuItem, v0colors } from './types'; type Props = { userMenuItems: UserMenuItem[]; menuItems: IAuthorizedPage[]; colors: v0colors; }; declare const MobileAppBar: React.FunctionComponent; export default MobileAppBar;