import { TextAlign } from "@agendize/design-system"; interface Props { title?: string; subTitle?: string; textAlign?: TextAlign; maxWidth?: 600 | 800 | 1200; panel?: boolean; iframeMode?: boolean; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { panel?(_: {}): any; contentStart?(_: {}): any; content?(_: {}): any; actions?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, { panel: boolean; maxWidth: 600 | 800 | 1200; iframeMode: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=WidgetLayout.vue.d.ts.map