interface TeamSwitcherCompactProps { className?: string; } /** * TeamSwitcherCompact - Compact team switcher for sidebar footer * * Features: * - Displays current team name and avatar * - Opens upward dropdown with team list * - Separates Personal and Work teams * - Shows team role for work teams * - Links to Manage Teams settings * * Usage: * ```tsx * * ``` */ export declare function TeamSwitcherCompact({ className }: TeamSwitcherCompactProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TeamSwitcherCompact.d.ts.map