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