/**
 * @slot - Content to put inside the surface
 * @private
 */
export declare class PopoverSurface {
    /**
     * Content to render
     */
    contentCollection: HTMLCollection;
    private host;
    componentDidLoad(): void;
    render(): any;
    private appendElement;
}
//# sourceMappingURL=popover-surface.d.ts.map