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