import type { FightingSize } from '../_interface'; import type { BasicType } from '../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import Space from "./src/space"; export declare const FSpace: Install; readonly nowrap: BasicType; readonly spacing: BasicType, FightingSize | 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, FightingSize | 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: FightingSize; }>>; /** space 组件实例类型 */ export type SpaceInstance = InstanceType; export * from './src/interface.d'; export default FSpace;