import { ChipColor } from '../../models'; interface Props { color?: ChipColor; } declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { color: ChipColor; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };