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