import type { DefineComponent } from 'vue' type Slots = { default?: () => any } declare const _default: DefineComponent<{}, {}, {}, {}, {}, {}, {}, {}> & { new (): { $slots: Slots } } export default _default