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