import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core'; import { PepLayoutService, PepScreenSizeType } from '@pepperi-addons/ngx-lib'; import * as i0 from "@angular/core"; interface IPepSizeDetectorItem { id: PepScreenSizeType; name: string; css: string; } export declare class PepSizeDetectorComponent implements AfterViewInit { private hostElement; private layoutService; showScreenSize: boolean; private _useAsWebComponent; set useAsWebComponent(value: boolean); get useAsWebComponent(): boolean; sizeChange: EventEmitter; prefix: string; sizes: Array; private currentSize; constructor(hostElement: ElementRef, layoutService: PepLayoutService); onResize(event: any): void; ngAfterViewInit(): void; private detectScreenSize; private exportFunctionsOnHostElement; getCurrentSize(): IPepSizeDetectorItem; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};