import type { SidebarTabName } from "../../types"; export declare const SidebarTab: { ({ tab, children, ...rest }: { tab: SidebarTabName; children: React.ReactNode; } & React.HTMLAttributes): import("react/jsx-runtime").JSX.Element; displayName: string; };