import { SkeletonTemplateConfig, SkeletonTemplateComponent } from '../types'; import * as i0 from "@angular/core"; /** * Template de skeleton para perfiles de usuario. * * @example * * * @example * */ export declare class ProfileSkeletonComponent implements SkeletonTemplateComponent { config: SkeletonTemplateConfig; get avatarSize(): string; get nameWidth(): string; get subtitleWidth(): string; get stats(): number[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }