import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { SpaceProps, SpaceSlots } from './types'; export declare const SSpace: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { size: number | string; fill: boolean; align: "center" | "start" | "end"; justify: "center" | "start" | "end" | "between" | "around"; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< SpaceProps> & Readonly<{}>, {}, {}, {}, {}, { size: number | string; fill: boolean; align: "center" | "start" | "end"; justify: "center" | "start" | "end" | "between" | "around"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { size: number | string; fill: boolean; align: "center" | "start" | "end"; justify: "center" | "start" | "end" | "between" | "around"; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: SpaceSlots; }) & Plugin; export * from './types';