import React from "react"; export declare const BottomNavigationBar: React.ForwardRefExoticComponent<{ children: React.ReactNode; className?: string; } & Pick, HTMLElement>, "ref">, "aria-label"> & React.RefAttributes> & { Item: React.ForwardRefExoticComponent<({ active?: boolean; renderItem?: React.ComponentType; } & import("@opensea/ui-kit").ItemProps) & React.RefAttributes> & { Avatar: ({ className, ...rest }: React.ComponentProps> & { Badge: React.ForwardRefExoticComponent, "height" | "width"> & import("@opensea/ui-kit").TextColorVariantProps & Omit>>, "tint"> & { tintSrc?: string; } & React.RefAttributes>; }>) => React.JSX.Element; }; } & { Item: React.ForwardRefExoticComponent<{ children: React.ReactNode; className?: string; } & Pick, HTMLElement>, "ref">, "aria-label"> & React.RefAttributes> & { Avatar: ({ className, ...rest }: React.ComponentProps> & { Badge: React.ForwardRefExoticComponent, "height" | "width"> & import("@opensea/ui-kit").TextColorVariantProps & Omit>>, "tint"> & { tintSrc?: string; } & React.RefAttributes>; }>) => React.JSX.Element; }; }; //# sourceMappingURL=BottomNavigationBar.d.ts.map