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