export declare const ElsRow: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins; 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<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, { span: number; tag: string; gutter: number; justify: import('element-plus/es/utils/index.mjs').EpPropMergeType; }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, 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; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase; 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<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, { span: number; tag: string; gutter: number; justify: import('element-plus/es/utils/index.mjs').EpPropMergeType; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; }; }) & import('vue').ObjectPlugin & { setPropsDefaults: (defaults: { span?: number | (() => number) | undefined; tag?: string | (() => string) | undefined; gutter?: number | (() => number) | undefined; justify?: import('element-plus/es/utils/index.mjs').EpPropMergeType | (() => "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly") | undefined; readonly align?: import('element-plus/es/utils/index.mjs').EpPropMergeType | (() => "top" | "bottom" | "middle") | undefined; }) => void; } & Record; export default ElsRow;