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