import BaseComponent from "../Counter/BaseComponent";
declare class AvatarElement extends BaseComponent {
    private defaultValues;
    constructor();
    static get observedAttributes(): string[];
    private applySizeStyle;
    private setAvatarImage;
    private applyRoundedStyle;
    private applyBorderStyle;
    attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
}
export default AvatarElement;
