import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import popover from "./src/popover"; export declare const DkPopover: Install>, {}, {}>>; export type DkPopoverType = InstanceType;