import type { VmSize } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Space from "./src/space"; export declare const VSpace: Install; readonly nowrap: BasicType; readonly spacing: BasicType, VmSize | null>; readonly rowGap: BasicType, string | null>; readonly columnGap: BasicType, string | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly nowrap: BasicType; readonly spacing: BasicType, VmSize | null>; readonly rowGap: BasicType, string | null>; readonly columnGap: BasicType, string | null>; }>>, { readonly vertical: boolean; readonly columnGap: string; readonly rowGap: string; readonly nowrap: boolean; readonly spacing: VmSize; }>>; /** space 组件实例类型 */ export type SpaceInstance = InstanceType; export * from './src/interface'; export default VSpace;