import * as _angular_core from '@angular/core'; import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { SkeletonPassThrough } from 'primeng/types/skeleton'; import { BaseStyle } from 'primeng/base'; import * as i2 from 'primeng/api'; declare class SkeletonStyle extends BaseStyle { name: string; style: string; classes: { root: ({ instance }: { instance: any; }) => (string | { 'p-skeleton-circle': boolean; 'p-skeleton-animation-none': boolean; })[]; }; inlineStyles: { root: { position: string; }; }; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵprov: _angular_core.ɵɵInjectableDeclaration; } /** * * Skeleton is a placeholder to display instead of the actual content. * * [Live Demo](https://www.primeng.org/skeleton/) * * @module skeletonstyle * */ declare enum SkeletonClasses { /** * Class name of the root element */ root = "p-skeleton" } /** * Skeleton is a placeholder to display instead of the actual content. * @group Components */ declare class Skeleton extends BaseComponent { componentName: string; $pcSkeleton: Skeleton | undefined; bindDirectiveInstance: Bind; /** * Shape of the element. * @group Props */ shape: _angular_core.InputSignal; /** * Type of the animation. * @group Props */ animation: _angular_core.InputSignal; /** * Border radius of the element, defaults to value from theme. * @group Props */ borderRadius: _angular_core.InputSignal; /** * Size of the skeleton. * @group Props */ size: _angular_core.InputSignal; /** * Width of the element. * @group Props */ width: _angular_core.InputSignal; /** * Height of the element. * @group Props */ height: _angular_core.InputSignal; _componentStyle: SkeletonStyle; containerStyle: _angular_core.Signal<{ width: string; height: string; borderRadius: string | undefined; position: string; } | undefined>; dataP: _angular_core.Signal; onAfterViewChecked(): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } declare class SkeletonModule { static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵmod: _angular_core.ɵɵNgModuleDeclaration; static ɵinj: _angular_core.ɵɵInjectorDeclaration; } export { Skeleton, SkeletonClasses, SkeletonModule, SkeletonStyle };