import { SxProps } from '@mui/material'; type INavigationProps = { sx?: SxProps; }; declare function Navigation(props: INavigationProps): import("react/jsx-runtime").JSX.Element; export { Navigation }; //# sourceMappingURL=Navigation.d.ts.map