declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; tag: import('element-plus/es/utils/index.mjs').EpPropFinalized; gutter: import('element-plus/es/utils/index.mjs').EpPropFinalized; justify: import('element-plus/es/utils/index.mjs').EpPropFinalized; align: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; tag: import('element-plus/es/utils/index.mjs').EpPropFinalized; gutter: import('element-plus/es/utils/index.mjs').EpPropFinalized; justify: import('element-plus/es/utils/index.mjs').EpPropFinalized; align: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & Readonly<{}>, { span: number; tag: string; gutter: number; justify: import('element-plus/es/utils/index.mjs').EpPropMergeType; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };