import type { Widget } from "./mod.js"; import { Alignment } from "../../../gen/types/mod.js"; export declare class WidgetAutoSizer { private widget; private element; /** From which side the widget will grow */ originX: Alignment; /** From which side the widget will grow */ originY: Alignment; constructor(widget: Widget, element: HTMLElement); private setup; execute(): Promise; } //# sourceMappingURL=sizing.d.ts.map