/**
 * GlassTabBar Component
 *
 * An advanced tab bar component with physics-based animations, glass styling,
 * and momentum scrolling for overflow tabs.
 */
import React from "react";
import { GlassTabBarProps, TabBarRef } from "./types";
import { AnimationProps } from "../../types/animations";
/**
 * GlassTabBar Component
 */
export declare const GlassTabBar: React.ForwardRefExoticComponent<GlassTabBarProps & AnimationProps & React.RefAttributes<TabBarRef>>;
export default GlassTabBar;
//# sourceMappingURL=GlassTabBar.d.ts.map