import type { FC } from 'react'; import type { NavListItemWrapperProps } from './AppShell.types'; declare const ListItemWrapper: FC; export default ListItemWrapper; //# sourceMappingURL=NavigationListItemWrapper.d.ts.map