import { SpaceProps, SpaceSlots } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Slots = SpaceSlots; declare const __VLS_base: DefineComponent & Readonly<{}>, { size: number | string; fill: boolean; align: "center" | "start" | "end"; justify: "center" | "start" | "end" | "between" | "around"; }, {}, {}, {}, string, 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; }; };