import type { SpaceProps } from './type'; declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { justify: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly"; wrap: boolean; direction: "horizontal" | "vertical"; margin: "small" | "medium" | "large" | number | { x?: number; y?: number; }; inline: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;