import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * OverlayContent - Content container for overlay * * @remarks * This component contains the overlay content and provides it as a template * for the overlay component to display. * * @example * ```html * *
* Your custom content here *
*
* ``` */ export declare class OverlayContentComponent { private readonly templateRef; get template(): TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }