export interface OrganizationProfileProps {
    inviteLabel?: string;
    leaveLabel?: string;
    className?: string;
}
declare function OrganizationProfileInner({ inviteLabel, leaveLabel, className, }: OrganizationProfileProps): import("react").DetailedReactHTMLElement<{
    className: string;
}, HTMLElement> | null;
export declare function OrganizationProfile(props: Parameters<typeof OrganizationProfileInner>[0]): import("react").JSX.Element | null;
export {};
