import { FC } from 'react'; import { NavbarProps } from './types'; declare const Navbar: FC; export { Navbar }; //# sourceMappingURL=index.d.ts.map