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