///
import { ICurvedBottomBarRef } from './components/BottomBarView/model';
declare const CurvedBottomBar: {
Navigator: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
Screen: (props: import("./components/MenuItemView/model").ScreenBottomBarProps) => JSX.Element;
};
declare const CurvedBottomBarExpo: {
Navigator: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
Screen: (props: import("./components/MenuItemView/model").ScreenBottomBarProps) => JSX.Element;
};
export { CurvedBottomBar, CurvedBottomBarExpo, ICurvedBottomBarRef };
//# sourceMappingURL=index.d.ts.map