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