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