import type { App } from 'vue';
export type TimePickerInstance = typeof import('./index.vue').default;
export { TimeColumnEnum } from './index.interface';
export type { TimePickerProps, TimeList } from './index.interface';
declare const _default: {
    install: (app: App<any>) => void;
};
export default _default;
