export declare const AvatarSize: {
    readonly xl: "xl";
    readonly lg: "lg";
    readonly md: "md";
    readonly sm: "sm";
};
