declare const _default: __VLS_WithTemplateSlots; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly height: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly component: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly directions: import("@inte-cloud/lit-element/es/utils").EpPropFinalized<(new (...args: any[]) => ("top" | "bottom" | "left" | "right")[]) | (() => ("top" | "bottom" | "left" | "right")[]) | ((new (...args: any[]) => ("top" | "bottom" | "left" | "right")[]) | (() => ("top" | "bottom" | "left" | "right")[]))[], unknown, unknown, () => string[], boolean>; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { moving: (...args: any[]) => void; "update:width": (...args: any[]) => void; "update:height": (...args: any[]) => void; movingStart: (...args: any[]) => void; movingEnd: (...args: any[]) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly height: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly component: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly directions: import("@inte-cloud/lit-element/es/utils").EpPropFinalized<(new (...args: any[]) => ("top" | "bottom" | "left" | "right")[]) | (() => ("top" | "bottom" | "left" | "right")[]) | ((new (...args: any[]) => ("top" | "bottom" | "left" | "right")[]) | (() => ("top" | "bottom" | "left" | "right")[]))[], unknown, unknown, () => string[], boolean>; }>> & { onMoving?: ((...args: any[]) => any) | undefined; "onUpdate:width"?: ((...args: any[]) => any) | undefined; "onUpdate:height"?: ((...args: any[]) => any) | undefined; onMovingStart?: ((...args: any[]) => any) | undefined; onMovingEnd?: ((...args: any[]) => any) | undefined; }, { readonly component: string; readonly directions: ("top" | "bottom" | "left" | "right")[]; }>, { default?(_: {}): any; "resize-trigger"?(_: { direction: "top" | "bottom" | "left" | "right"; }): any; "resize-trigger-icon"?(_: { direction: "top" | "bottom" | "left" | "right"; }): any; }>; export default _default; declare type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };