import { SxProps } from '@mui/material'; import { PropsWithChildren } from 'react'; type NavListProps = PropsWithChildren<{ sx?: SxProps; }>; declare function NavList(props: NavListProps): JSX.Element; export { NavList }; //# sourceMappingURL=NavList.d.ts.map