import type { SpaceProps } from './space'; import type { StyleValue } from 'vue'; export declare function useSpace(props: SpaceProps): { classes: import("vue").ComputedRef (string | string[] | Record) & {}) | (() => string | string[] | Record) | ((new (...args: any[]) => (string | string[] | Record) & {}) | (() => string | string[] | Record))[], unknown, unknown>[]>; containerStyle: import("vue").ComputedRef; itemStyle: import("vue").ComputedRef; };