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