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