import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils/withInstall'; import Space from "./src/dkspace"; export declare const DkSpace: Install>, {}, {}>>; export type SpaceInstance = InstanceType; export default DkSpace;