import _Space from './src/space.vue'; export declare const Space: import("../../utils/types").SFCWithInstall; default: string; }; size: { type: import("vue").PropType; default: string; }; align: { type: import("vue").PropType<"center" | "end" | "start" | "baseline">; default: string; }; fill: { type: BooleanConstructor; default: boolean; }; }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; size: { type: import("vue").PropType; default: string; }; align: { type: import("vue").PropType<"center" | "end" | "start" | "baseline">; default: string; }; fill: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { size: number | "small" | "medium" | "large" | "mini"; direction: "horizontal" | "vertical"; fill: boolean; align: "center" | "end" | "start" | "baseline"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record; export type SpaceInstance = InstanceType; export default Space;