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