declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: { row: any; $index: any; }): any; edit?(_: { row: any; $index: any; }): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent["renderHeader"]>; sortable: { type: (BooleanConstructor | StringConstructor)[]; default: boolean; }; sortMethod: import('vue').PropType["sortMethod"]>; sortBy: import('vue').PropType["sortBy"]>; resizable: { type: BooleanConstructor; default: boolean; }; columnKey: StringConstructor; align: StringConstructor; headerAlign: StringConstructor; showOverflowTooltip: { type: import('vue').PropType["showOverflowTooltip"]>; default: undefined; }; tooltipFormatter: import('vue').PropType["tooltipFormatter"]>; fixed: (BooleanConstructor | StringConstructor)[]; formatter: import('vue').PropType["formatter"]>; selectable: import('vue').PropType["selectable"]>; reserveSelection: BooleanConstructor; filterMethod: import('vue').PropType["filterMethod"]>; filteredValue: import('vue').PropType["filteredValue"]>; filters: import('vue').PropType["filters"]>; filterPlacement: StringConstructor; filterMultiple: { type: BooleanConstructor; default: boolean; }; filterClassName: StringConstructor; index: import('vue').PropType["index"]>; sortOrders: { type: import('vue').PropType["sortOrders"]>; default: () => (string | null)[]; validator: (val: import('element-plus').TableColumnCtx["sortOrders"]) => boolean; }; } & { prop: StringConstructor; type: { readonly type: import('vue').PropType "default" | "selection" | "index" | "expand" | "bool" | "enum" | "image" | "operate" | "select") | (() => import('../../..').ColumnType) | (((new (...args: any[]) => "default" | "selection" | "index" | "expand" | "bool" | "enum" | "image" | "operate" | "select") | (() => import('../../..').ColumnType)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; isLocaleString: BooleanConstructor; isEdit: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | undefined) | (((new (...args: any[]) => boolean) | (() => boolean | undefined)) | null)[], unknown, unknown, undefined, boolean>; editFields: StringConstructor; isCustomEdit: BooleanConstructor; sortExpress: { readonly type: import('vue').PropType "desc" | "asc") | (() => import('../../..').SortExpress) | (((new (...args: any[]) => "desc" | "asc") | (() => import('../../..').SortExpress)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; dateFormatter: StringConstructor; isExport: import('element-plus/es/utils/index.mjs').EpPropFinalized; triggerActionName: StringConstructor; triggerMenuId: StringConstructor; mergeRow: BooleanConstructor; mergeRowByFieldname: StringConstructor; mergeFieldname: StringConstructor; mergeMethod: FunctionConstructor; mergeSum: BooleanConstructor; showSummary: BooleanConstructor; summaryValue: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; summaryMethod: FunctionConstructor; trueLabel: import('element-plus/es/utils/index.mjs').EpPropFinalized<(StringConstructor | BooleanConstructor | NumberConstructor)[], unknown, unknown, string, boolean>; falseLabel: import('element-plus/es/utils/index.mjs').EpPropFinalized<(StringConstructor | BooleanConstructor | NumberConstructor)[], unknown, unknown, string, boolean>; trueValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(StringConstructor | BooleanConstructor | NumberConstructor)[], unknown, unknown, number, boolean>; trueClass: StringConstructor; falseClass: import('element-plus/es/utils/index.mjs').EpPropFinalized; enumShowType: import('element-plus/es/utils/index.mjs').EpPropFinalized; enumEqualType: import('element-plus/es/utils/index.mjs').EpPropFinalized; enumData: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; enumNoneLabel: import('element-plus/es/utils/index.mjs').EpPropFinalized; selectButtonLabel: import('element-plus/es/utils/index.mjs').EpPropFinalized; hasBottomBorder: BooleanConstructor; imageStyle: StringConstructor; imageEmptyDesc: StringConstructor; isPreview: import('element-plus/es/utils/index.mjs').EpPropFinalized; isFold: BooleanConstructor; unFoldCount: NumberConstructor; isAvgDay: BooleanConstructor; compareField: StringConstructor; isMobile: BooleanConstructor; editComponent: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Record) | (() => Record) | (((new (...args: any[]) => Record) | (() => Record)) | null)[], unknown, unknown, { name: string; props: {}; }, boolean>; aIndex: import('element-plus/es/utils/index.mjs').EpPropFinalized; tip: StringConstructor; tipPosition: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "left" | "right") | (() => import('../../..').TipPosition) | (((new (...args: any[]) => "left" | "right") | (() => import('../../..').TipPosition)) | null)[], unknown, unknown, string, boolean>; suffixContent: StringConstructor; childType: { readonly type: import('vue').PropType "default" | "input" | "picker" | "button") | (() => import('../../..').ChildType) | (((new (...args: any[]) => "default" | "input" | "picker" | "button") | (() => import('../../..').ChildType)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; placeholder: StringConstructor; childCreateFormItem: import('element-plus/es/utils/index.mjs').EpPropFinalized; createFormItem: import('element-plus/es/utils/index.mjs').EpPropFinalized; requiredMessage: StringConstructor; validType: { readonly type: import('vue').PropType "Date" | "Number" | "Float" | "Price" | "Datetime" | "Time" | "Url" | "Email" | "Phone" | "Character") | (() => import('../../..').ValidType) | (((new (...args: any[]) => "Date" | "Number" | "Float" | "Price" | "Datetime" | "Time" | "Url" | "Email" | "Phone" | "Character") | (() => import('../../..').ValidType)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; validExpression: StringConstructor; validMessage: StringConstructor; validMethod: FunctionConstructor; validTrigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "change" | "blur") | (() => import('../../..').ValidTriggerType) | (((new (...args: any[]) => "change" | "blur") | (() => import('../../..').ValidTriggerType)) | null)[], unknown, unknown, string, boolean>; queryField: StringConstructor; queryMethod: { readonly type: import('vue').PropType "Equal" | "GreaterThan" | "GreaterThanOrEqual" | "LessThan" | "LessThanOrEqual" | "NotEqual" | "StartsWith" | "EndsWith" | "Contains" | "Like" | "StdIn" | "in" | "ORLike" | "NoAuto") | (() => import('../../..').QueryMethod) | (((new (...args: any[]) => "Equal" | "GreaterThan" | "GreaterThanOrEqual" | "LessThan" | "LessThanOrEqual" | "NotEqual" | "StartsWith" | "EndsWith" | "Contains" | "Like" | "StdIn" | "in" | "ORLike" | "NoAuto") | (() => import('../../..').QueryMethod)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; queryDataType: { readonly type: import('vue').PropType "String" | "Int" | "Guid" | "Date" | "Object" | "TimeStamp" | "SecondStamp") | (() => import('../../..').QueryDataType) | (((new (...args: any[]) => "String" | "Int" | "Guid" | "Date" | "Object" | "TimeStamp" | "SecondStamp") | (() => import('../../..').QueryDataType)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; queryDefaultValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(StringConstructor | BooleanConstructor | NumberConstructor)[], unknown, unknown, undefined, boolean>; queryAutoReadData: import('element-plus/es/utils/index.mjs').EpPropFinalized; queryAroundComma: import('element-plus/es/utils/index.mjs').EpPropFinalized; queryRange: import('element-plus/es/utils/index.mjs').EpPropFinalized; queryRangeOrEqual: import('element-plus/es/utils/index.mjs').EpPropFinalized; spacer: StringConstructor; spaceWrap: BooleanConstructor; spaceSize: { readonly type: import('vue').PropType)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; propStart: StringConstructor; propEnd: StringConstructor; labelWidth: StringConstructor; labelPosition: import('element-plus/es/utils/index.mjs').EpPropFinalized; label: StringConstructor; required: import('element-plus/es/utils/index.mjs').EpPropFinalized; rules: { readonly type: import('vue').PropType import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable) | (((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; error: StringConstructor; validateStatus: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; for: StringConstructor; inlineMessage: import('element-plus/es/utils/index.mjs').EpPropFinalized; showMessage: import('element-plus/es/utils/index.mjs').EpPropFinalized; size: { 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["renderHeader"]>; sortable: { type: (BooleanConstructor | StringConstructor)[]; default: boolean; }; sortMethod: import('vue').PropType["sortMethod"]>; sortBy: import('vue').PropType["sortBy"]>; resizable: { type: BooleanConstructor; default: boolean; }; columnKey: StringConstructor; align: StringConstructor; headerAlign: StringConstructor; showOverflowTooltip: { type: import('vue').PropType["showOverflowTooltip"]>; default: undefined; }; tooltipFormatter: import('vue').PropType["tooltipFormatter"]>; fixed: (BooleanConstructor | StringConstructor)[]; formatter: import('vue').PropType["formatter"]>; selectable: import('vue').PropType["selectable"]>; reserveSelection: BooleanConstructor; filterMethod: import('vue').PropType["filterMethod"]>; filteredValue: import('vue').PropType["filteredValue"]>; filters: import('vue').PropType["filters"]>; filterPlacement: StringConstructor; filterMultiple: { type: BooleanConstructor; default: boolean; }; filterClassName: StringConstructor; index: import('vue').PropType["index"]>; sortOrders: { type: import('vue').PropType["sortOrders"]>; default: () => (string | null)[]; validator: (val: import('element-plus').TableColumnCtx["sortOrders"]) => boolean; }; } & { prop: StringConstructor; type: { readonly type: import('vue').PropType "default" | "selection" | "index" | "expand" | "bool" | "enum" | "image" | "operate" | "select") | (() => import('../../..').ColumnType) | (((new (...args: any[]) => "default" | "selection" | "index" | "expand" | "bool" | "enum" | "image" | "operate" | "select") | (() => import('../../..').ColumnType)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; isLocaleString: BooleanConstructor; isEdit: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | undefined) | (((new (...args: any[]) => boolean) | (() => boolean | undefined)) | null)[], unknown, unknown, undefined, boolean>; editFields: StringConstructor; isCustomEdit: BooleanConstructor; sortExpress: { readonly type: import('vue').PropType "desc" | "asc") | (() => import('../../..').SortExpress) | (((new (...args: any[]) => "desc" | "asc") | (() => import('../../..').SortExpress)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; dateFormatter: StringConstructor; isExport: import('element-plus/es/utils/index.mjs').EpPropFinalized; triggerActionName: StringConstructor; triggerMenuId: StringConstructor; mergeRow: BooleanConstructor; mergeRowByFieldname: StringConstructor; mergeFieldname: StringConstructor; mergeMethod: FunctionConstructor; mergeSum: BooleanConstructor; showSummary: BooleanConstructor; summaryValue: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; summaryMethod: FunctionConstructor; trueLabel: import('element-plus/es/utils/index.mjs').EpPropFinalized<(StringConstructor | BooleanConstructor | NumberConstructor)[], unknown, unknown, string, boolean>; falseLabel: import('element-plus/es/utils/index.mjs').EpPropFinalized<(StringConstructor | BooleanConstructor | NumberConstructor)[], unknown, unknown, string, boolean>; trueValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(StringConstructor | BooleanConstructor | NumberConstructor)[], unknown, unknown, number, boolean>; trueClass: StringConstructor; falseClass: import('element-plus/es/utils/index.mjs').EpPropFinalized; enumShowType: import('element-plus/es/utils/index.mjs').EpPropFinalized; enumEqualType: import('element-plus/es/utils/index.mjs').EpPropFinalized; enumData: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; enumNoneLabel: import('element-plus/es/utils/index.mjs').EpPropFinalized; selectButtonLabel: import('element-plus/es/utils/index.mjs').EpPropFinalized; hasBottomBorder: BooleanConstructor; imageStyle: StringConstructor; imageEmptyDesc: StringConstructor; isPreview: import('element-plus/es/utils/index.mjs').EpPropFinalized; isFold: BooleanConstructor; unFoldCount: NumberConstructor; isAvgDay: BooleanConstructor; compareField: StringConstructor; isMobile: BooleanConstructor; editComponent: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Record) | (() => Record) | (((new (...args: any[]) => Record) | (() => Record)) | null)[], unknown, unknown, { name: string; props: {}; }, boolean>; aIndex: import('element-plus/es/utils/index.mjs').EpPropFinalized; tip: StringConstructor; tipPosition: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "left" | "right") | (() => import('../../..').TipPosition) | (((new (...args: any[]) => "left" | "right") | (() => import('../../..').TipPosition)) | null)[], unknown, unknown, string, boolean>; suffixContent: StringConstructor; childType: { readonly type: import('vue').PropType "default" | "input" | "picker" | "button") | (() => import('../../..').ChildType) | (((new (...args: any[]) => "default" | "input" | "picker" | "button") | (() => import('../../..').ChildType)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; placeholder: StringConstructor; childCreateFormItem: import('element-plus/es/utils/index.mjs').EpPropFinalized; createFormItem: import('element-plus/es/utils/index.mjs').EpPropFinalized; requiredMessage: StringConstructor; validType: { readonly type: import('vue').PropType "Date" | "Number" | "Float" | "Price" | "Datetime" | "Time" | "Url" | "Email" | "Phone" | "Character") | (() => import('../../..').ValidType) | (((new (...args: any[]) => "Date" | "Number" | "Float" | "Price" | "Datetime" | "Time" | "Url" | "Email" | "Phone" | "Character") | (() => import('../../..').ValidType)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; validExpression: StringConstructor; validMessage: StringConstructor; validMethod: FunctionConstructor; validTrigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "change" | "blur") | (() => import('../../..').ValidTriggerType) | (((new (...args: any[]) => "change" | "blur") | (() => import('../../..').ValidTriggerType)) | null)[], unknown, unknown, string, boolean>; queryField: StringConstructor; queryMethod: { readonly type: import('vue').PropType "Equal" | "GreaterThan" | "GreaterThanOrEqual" | "LessThan" | "LessThanOrEqual" | "NotEqual" | "StartsWith" | "EndsWith" | "Contains" | "Like" | "StdIn" | "in" | "ORLike" | "NoAuto") | (() => import('../../..').QueryMethod) | (((new (...args: any[]) => "Equal" | "GreaterThan" | "GreaterThanOrEqual" | "LessThan" | "LessThanOrEqual" | "NotEqual" | "StartsWith" | "EndsWith" | "Contains" | "Like" | "StdIn" | "in" | "ORLike" | "NoAuto") | (() => import('../../..').QueryMethod)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; queryDataType: { readonly type: import('vue').PropType "String" | "Int" | "Guid" | "Date" | "Object" | "TimeStamp" | "SecondStamp") | (() => import('../../..').QueryDataType) | (((new (...args: any[]) => "String" | "Int" | "Guid" | "Date" | "Object" | "TimeStamp" | "SecondStamp") | (() => import('../../..').QueryDataType)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; queryDefaultValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(StringConstructor | BooleanConstructor | NumberConstructor)[], unknown, unknown, undefined, boolean>; queryAutoReadData: import('element-plus/es/utils/index.mjs').EpPropFinalized; queryAroundComma: import('element-plus/es/utils/index.mjs').EpPropFinalized; queryRange: import('element-plus/es/utils/index.mjs').EpPropFinalized; queryRangeOrEqual: import('element-plus/es/utils/index.mjs').EpPropFinalized; spacer: StringConstructor; spaceWrap: BooleanConstructor; spaceSize: { readonly type: import('vue').PropType)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; propStart: StringConstructor; propEnd: StringConstructor; labelWidth: StringConstructor; labelPosition: import('element-plus/es/utils/index.mjs').EpPropFinalized; label: StringConstructor; required: import('element-plus/es/utils/index.mjs').EpPropFinalized; rules: { readonly type: import('vue').PropType import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable) | (((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils/typescript.mjs').Arrayable)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; error: StringConstructor; validateStatus: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; for: StringConstructor; inlineMessage: import('element-plus/es/utils/index.mjs').EpPropFinalized; showMessage: import('element-plus/es/utils/index.mjs').EpPropFinalized; size: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & Readonly<{}>, { type: string; width: string | number; resizable: boolean; required: import('element-plus/es/utils/index.mjs').EpPropMergeType; childCreateFormItem: import('element-plus/es/utils/index.mjs').EpPropMergeType; createFormItem: import('element-plus/es/utils/index.mjs').EpPropMergeType; aIndex: number; tipPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "left" | "right") | (() => import('../../..').TipPosition) | (((new (...args: any[]) => "left" | "right") | (() => import('../../..').TipPosition)) | null)[], unknown, unknown>; validTrigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "change" | "blur") | (() => import('../../..').ValidTriggerType) | (((new (...args: any[]) => "change" | "blur") | (() => import('../../..').ValidTriggerType)) | null)[], unknown, unknown>; queryDefaultValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(StringConstructor | BooleanConstructor | NumberConstructor)[], unknown, unknown>; queryAutoReadData: import('element-plus/es/utils/index.mjs').EpPropMergeType; queryAroundComma: import('element-plus/es/utils/index.mjs').EpPropMergeType; queryRange: import('element-plus/es/utils/index.mjs').EpPropMergeType; queryRangeOrEqual: import('element-plus/es/utils/index.mjs').EpPropMergeType; isMobile: boolean; spaceWrap: boolean; labelPosition: string; inlineMessage: import('element-plus/es/utils/index.mjs').EpPropMergeType; showMessage: import('element-plus/es/utils/index.mjs').EpPropMergeType; showSummary: boolean; sortable: string | boolean; isEdit: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | undefined) | (((new (...args: any[]) => boolean) | (() => boolean | undefined)) | null)[], unknown, unknown>; editComponent: Record; isPreview: import('element-plus/es/utils/index.mjs').EpPropMergeType; trueValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(StringConstructor | BooleanConstructor | NumberConstructor)[], unknown, unknown>; trueLabel: import('element-plus/es/utils/index.mjs').EpPropMergeType<(StringConstructor | BooleanConstructor | NumberConstructor)[], unknown, unknown>; falseLabel: import('element-plus/es/utils/index.mjs').EpPropMergeType<(StringConstructor | BooleanConstructor | NumberConstructor)[], unknown, unknown>; isLocaleString: boolean; isCustomEdit: boolean; isExport: import('element-plus/es/utils/index.mjs').EpPropMergeType; mergeRow: boolean; mergeSum: boolean; falseClass: string; enumShowType: string; enumEqualType: string; enumNoneLabel: string; selectButtonLabel: string; hasBottomBorder: boolean; isFold: boolean; isAvgDay: boolean; minWidth: string | number; showOverflowTooltip: boolean | Partial> | undefined; reserveSelection: boolean; filterMultiple: boolean; sortOrders: (import('element-plus/es/components/table/src/table/defaults.mjs').TableSortOrder | null)[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };