import { TariffPlan } from '@/ui/components/types';
export declare const SidebarUserInfoAvatarStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@/ui/components/avatar").AvatarProps, "ref"> & {
    ref?: ((instance: HTMLImageElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLImageElement> | null | undefined;
}, {
    $tariffPlan?: TariffPlan;
}>>;
