/// <reference types="react" />
import { ICurvedBottomBarRef } from './components/BottomBarView/model';
declare const CurvedBottomBar: {
    Navigator: import("react").ForwardRefExoticComponent<Pick<import("./components/BottomBarView/model").NavigatorBottomBarProps, "borderColor" | "borderWidth" | "height" | "width" | "children" | "id" | "style" | "bgColor" | "type" | "tabBar" | "renderCircle" | "circlePosition" | "circleWidth" | "borderTopLeftRight" | "shadowStyle" | "initialRouteName" | "screenListeners" | "screenOptions" | "defaultScreenOptions" | "backBehavior"> & import("react").RefAttributes<ICurvedBottomBarRef>>;
    Screen: (props: import("./components/MenuItemView/model").ScreenBottomBarProps) => JSX.Element;
};
declare const CurvedBottomBarExpo: {
    Navigator: import("react").ForwardRefExoticComponent<Pick<import("./components/BottomBarViewExpo/model").NavigatorBottomBarProps, "borderColor" | "borderWidth" | "height" | "width" | "children" | "id" | "style" | "bgColor" | "type" | "tabBar" | "renderCircle" | "circlePosition" | "circleWidth" | "borderTopLeftRight" | "shadowStyle" | "initialRouteName" | "screenListeners" | "screenOptions" | "defaultScreenOptions" | "backBehavior"> & import("react").RefAttributes<import("./components/BottomBarViewExpo/model").ICurvedBottomBarRef>>;
    Screen: (props: import("./components/MenuItemView/model").ScreenBottomBarProps) => JSX.Element;
};
export { CurvedBottomBar, CurvedBottomBarExpo, ICurvedBottomBarRef };
//# sourceMappingURL=index.d.ts.map