import './index.scss';
import type { CnBottomNavBarProps } from './types';
export declare const CnBottomNavBar: {
(props: CnBottomNavBarProps): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};