export type OrgSwitchPopoverProps = {
    appId?: number;
    organizationName?: string;
};
export declare function OrgSwitchPopover(props: OrgSwitchPopoverProps): import("react/jsx-runtime").JSX.Element;
