import type { FC } from 'react'; import type { NavListItemProps, NavListProps } from './AppShell.types'; export declare const NavigationListItem: FC; declare const NavigationList: FC; export default NavigationList; //# sourceMappingURL=NavigationList.d.ts.map