export interface OrganizationSwitcherProps {
    personalAccountLabel?: string;
    className?: string;
}
declare function OrganizationSwitcherInner({ personalAccountLabel, className, }: OrganizationSwitcherProps): import("react").DetailedReactHTMLElement<{
    className: string;
}, HTMLElement> | null;
export declare function OrganizationSwitcher(props: Parameters<typeof OrganizationSwitcherInner>[0]): import("react").JSX.Element | null;
export {};
