/** * A flexible space that expands along the major axis of its containing layout. * * It's useful as a shortcut for filling all the available space between elements. */ export declare const Spacer: import('vue').DefineComponent<{}, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=Spacer.d.ts.map