import { LenraComponent } from '../gen/response.js'; import { Component } from './component.js'; import { IOverlayEntry, OverlayEntryBaseImpl } from "../gen/components/overlayEntry.base.js"; export { IOverlayEntry }; export declare function OverlayEntry(child: Component | T): OverlayEntryImpl; export declare class OverlayEntryImpl extends OverlayEntryBaseImpl { }