import type { ExtractPropTypes } from 'vue'; declare const spaceItemProps: { readonly prefixCls: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly itemClass: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | string[] | Record) & {}) | (() => string | string[] | Record) | ((new (...args: any[]) => (string | string[] | Record) & {}) | (() => string | string[] | Record))[], unknown, unknown, "", boolean>; }; export declare type SpaceItemProps = ExtractPropTypes; declare const SpaceItem: import("vue").DefineComponent<{ readonly prefixCls: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly itemClass: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | string[] | Record) & {}) | (() => string | string[] | Record) | ((new (...args: any[]) => (string | string[] | Record) & {}) | (() => string | string[] | Record))[], unknown, unknown, "", boolean>; }, () => import("vue").VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly itemClass: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | string[] | Record) & {}) | (() => string | string[] | Record) | ((new (...args: any[]) => (string | string[] | Record) & {}) | (() => string | string[] | Record))[], unknown, unknown, "", boolean>; }>>, { readonly itemClass: import("bigin-ui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | string[] | Record) & {}) | (() => string | string[] | Record) | ((new (...args: any[]) => (string | string[] | Record) & {}) | (() => string | string[] | Record))[], unknown, unknown>; }>; export declare type SpaceItemInstance = InstanceType; export default SpaceItem;