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: string | Record<string, boolean> | (string | Record<string, boolean>)[];
    style: import("vue").StyleValue;
    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: string | Record<string, boolean> | (string | Record<string, boolean>)[];
    style: import("vue").StyleValue;
    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: string | Record<string, boolean> | (string | Record<string, boolean>)[];
    style: import("vue").StyleValue;
    fillRatio: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
