import { TemplateRef } from '@angular/core'; import { PortalOutletComponentData } from './types'; import * as i0 from "@angular/core"; export declare class IntPortalTemplateWrapComponent { content: TemplateRef | null; position: PortalOutletComponentData | null; context: C | null; top: string; left: string; width: string; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "app-portal-outlet-component", never, { "content": "content"; "position": "position"; "context": "context"; }, {}, never, never>; }