import { ComponentRef } from '@angular/core'; import { KitOverlayInput } from './meta'; export declare class KitOverlayComponentRef { componentRef: ComponentRef; /** * Pass input to the hosted component. */ input(input: KitOverlayInput): void; }