import _Navbar from './navbar';
import { WithInstallType } from '../shared';
import './style';
import { TdNavbarProps } from './type';
export * from './type';
export declare type NavbarProps = TdNavbarProps;
export declare const Navbar: WithInstallType<typeof _Navbar>;
export default Navbar;
