import { CBottomNavigationProps } from '../../../../components';
import { CommonComponentPropertys } from '../../componentProperty';

export declare const BottomNavigationWrapper: (props: CBottomNavigationProps & CommonComponentPropertys) => import("react/jsx-runtime").JSX.Element;
