import { BlockUIPassThrough } from 'primeng/types/blockui'; export * from 'primeng/types/blockui'; import * as i0 from '@angular/core'; import { TemplateRef } from '@angular/core'; import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { BaseStyle } from 'primeng/base'; import * as i2 from 'primeng/api'; declare class BlockUiStyle extends BaseStyle { name: string; style: string; classes: { root: ({ instance }: { instance: any; }) => (string | { 'p-blockui-mask-document': boolean; })[]; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } /** * * BlockUI represents people using icons, labels and images. * * [Live Demo](https://www.primeng.org/blockui) * * @module blockuistyle * */ declare enum BlockUIClasses { /** * Class name of the root element */ root = "p-blockui" } interface BlockUIStyle extends BaseStyle { } /** * BlockUI can either block other components or the whole page. * @group Components */ declare class BlockUI extends BaseComponent { componentName: string; $pcBlockUI: BlockUI | undefined; bindDirectiveInstance: Bind; /** * Name of the local ng-template variable referring to another component. * @group Props */ target: i0.InputSignal; /** * Whether to automatically manage layering. * @group Props */ autoZIndex: i0.InputSignalWithTransform; /** * Base zIndex value to use in layering. * @group Props */ baseZIndex: i0.InputSignalWithTransform; /** * Current blocked state as a boolean. * @group Props */ blocked: i0.InputSignalWithTransform; /** * Template of the content. * @group Templates */ contentTemplate: i0.Signal | undefined>; _blocked: i0.WritableSignal; animationEndListener: VoidFunction | null | undefined; _componentStyle: BlockUiStyle; constructor(); onAfterViewChecked(): void; onAfterViewInit(): void; block(): void; unblock(): void; destroyModal(): void; unbindAnimationEndListener(): void; onDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class BlockUIModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { BlockUI, BlockUIClasses, BlockUIModule, BlockUiStyle }; export type { BlockUIStyle };