import { Weight, WellType } from '../../types/ui'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; export type WellProps = { type?: WellType; color?: string; weight?: Weight; }; declare const _default: __VLS_WithTemplateSlots< DefineComponent & Readonly<{}>, { type: WellType; color: string; weight: Weight; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=Well.vue.d.ts.map