import { PropType } from 'vue'; declare type SpaceSize = number | 'mini' | 'small' | 'medium' | 'large'; declare const _default: import("vue").DefineComponent; }; direction: { type: PropType<"horizontal" | "vertical">; default: string; }; size: { type: PropType; 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; }; direction: { type: PropType<"horizontal" | "vertical">; default: string; }; size: { type: PropType; 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;