import type { XySpaceAlign, XySpaceDirection, XySpaceSize, XySpaceSlots } from "./types"; interface SpaceComponentProps { align?: XySpaceAlign; block?: boolean; classNames?: unknown; direction?: XySpaceDirection; orientation?: XySpaceDirection; separator?: string; size?: XySpaceSize; split?: string; styles?: unknown; wrap?: boolean; } type __VLS_Slots = XySpaceSlots; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { direction: XySpaceDirection; split: string; size: XySpaceSize; block: boolean; wrap: boolean; separator: string; styles: undefined; orientation: XySpaceDirection; align: XySpaceAlign; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };