import { AgComponentStub } from '../core/agComponentStub'; import type { AgComponent } from '../interfaces/agComponent'; import type { AgCoreBeanCollection } from '../interfaces/agCoreBeanCollection'; import type { BaseEvents } from '../interfaces/baseEvents'; import type { BaseProperties } from '../interfaces/baseProperties'; import type { IPopupComponent } from '../interfaces/iPopupComponent'; import type { IPropertiesService } from '../interfaces/iProperties'; /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare class AgPopupComponent, TProperties extends BaseProperties, TGlobalEvents extends BaseEvents, TCommon, TPropertiesService extends IPropertiesService, TComponentSelectorType extends string> extends AgComponentStub implements IPopupComponent { isPopup(): boolean; setParentComponent(container: AgComponent): void; destroy(): void; }