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