import { ElementRef, OnInit } from '@angular/core';
export declare class NgxCdkAvatarViewerDirective implements OnInit {
    private el;
    constructor(el: ElementRef<HTMLElement>);
    width: string | any;
    height: string | any;
    size: number;
    owner: string;
    defaultImage: string;
    hasLoading: boolean;
    imgSrc: string;
    ngOnInit(): void;
}
