import { InteractionDataBase } from "./InteractionDataBase"; import type { Flushable } from "./Flushable"; import type { WidgetData } from "../../api/interaction/WidgetData"; export declare class WidgetDataImpl extends InteractionDataBase implements WidgetData, Flushable { get widget(): T | undefined; }