export declare class LaProgressBarComponent { private _src; private _size; /** * path - to set image url */ src: string; /** * size of various size option of avatar: sm * md is default size */ size: string; }