import { CSSProperties } from 'vue';
import type { JSXElement } from '../../_utils/types';
declare const _default: import("vue").DefineComponent<{
    fill: boolean;
    alignment: "top" | "center" | "bottom";
    direction: "vertical" | "horizontal";
    arrangement: "center" | "left" | "right";
    wrap: boolean;
    spacer: string | JSXElement;
    class: import("element-plus/es/utils/typescript").Arrayable<string | Record<string, boolean>>;
    style: string | false | CSSProperties | import("vue").StyleValue[] | null;
    fillRatio: number;
    size?: import("../../_utils/types").ComponentSize | undefined;
    prefixCls?: string | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
    fill: boolean;
    alignment: "top" | "center" | "bottom";
    direction: "vertical" | "horizontal";
    arrangement: "center" | "left" | "right";
    wrap: boolean;
    spacer: string | JSXElement;
    class: import("element-plus/es/utils/typescript").Arrayable<string | Record<string, boolean>>;
    style: string | false | CSSProperties | import("vue").StyleValue[] | null;
    fillRatio: number;
    size?: import("../../_utils/types").ComponentSize | undefined;
    prefixCls?: string | undefined;
}> & Readonly<{}>, {
    fill: boolean;
    alignment: "top" | "center" | "bottom";
    direction: "vertical" | "horizontal";
    arrangement: "center" | "left" | "right";
    wrap: boolean;
    spacer: string | JSXElement;
    class: import("element-plus/es/utils/typescript").Arrayable<string | Record<string, boolean>>;
    style: import("vue").StyleValue;
    fillRatio: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
