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