import { PropType } from 'vue';
declare type SpaceSize = number | 'mini' | 'small' | 'medium' | 'large';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    align: {
        type: PropType<"start" | "end" | "center" | "baseline">;
    };
    direction: {
        type: PropType<"horizontal" | "vertical">;
        default: string;
    };
    size: {
        type: PropType<number | "mini" | "small" | "medium" | "large" | [SpaceSize, SpaceSize]>;
        default: string;
    };
    wrap: {
        type: BooleanConstructor;
    };
    fill: {
        type: BooleanConstructor;
    };
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    align: {
        type: PropType<"start" | "end" | "center" | "baseline">;
    };
    direction: {
        type: PropType<"horizontal" | "vertical">;
        default: string;
    };
    size: {
        type: PropType<number | "mini" | "small" | "medium" | "large" | [SpaceSize, SpaceSize]>;
        default: string;
    };
    wrap: {
        type: BooleanConstructor;
    };
    fill: {
        type: BooleanConstructor;
    };
}>> & Readonly<{}>, {
    size: number | "mini" | "small" | "medium" | "large" | [SpaceSize, SpaceSize];
    fill: boolean;
    direction: "horizontal" | "vertical";
    wrap: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
