import type { ExtractPropTypes } from 'vue'; export declare const rowProps: { readonly tag: import("element-plus/es/utils/props").BuildPropReturn; readonly gutter: import("element-plus/es/utils/props").BuildPropReturn; readonly justify: import("element-plus/es/utils/props").BuildPropReturn; readonly align: import("element-plus/es/utils/props").BuildPropReturn; }; export declare type RowProps = ExtractPropTypes; declare const _default: import("vue").DefineComponent<{ readonly tag: import("element-plus/es/utils/props").BuildPropReturn; readonly gutter: import("element-plus/es/utils/props").BuildPropReturn; readonly justify: import("element-plus/es/utils/props").BuildPropReturn; readonly align: import("element-plus/es/utils/props").BuildPropReturn; }, () => import("vue").VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ readonly tag?: unknown; readonly gutter?: unknown; readonly justify?: unknown; readonly align?: unknown; } & { align: import("element-plus/es/utils/props").BuildPropType; justify: import("element-plus/es/utils/props").BuildPropType; tag: string; gutter: number; } & {}>, { align: import("element-plus/es/utils/props").BuildPropType; justify: import("element-plus/es/utils/props").BuildPropType; tag: string; gutter: number; }>; export default _default;