import { PoSkeletonBaseComponent } from './po-skeleton-base.component';
/**
* @docsExtends PoSkeletonBaseComponent
*
* @example
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
export declare class PoSkeletonComponent extends PoSkeletonBaseComponent {
private readonly sizeMap;
private readonly defaultTextDimensions;
private readonly defaultBorderRadius;
computedStyles: import("@angular/core").Signal<{
[key: string]: string;
}>;
computedClasses: import("@angular/core").Signal<{
[x: string]: boolean;
'po-skeleton': boolean;
}>;
private getDimensions;
}