import type { PropType } from 'vue'; declare const _sfc_main: import("vue").DefineComponent<{ colors: { type: PropType; required: true; }; color: StringConstructor; }, { handleSelect: (color: string) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:color"[], "update:color", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; required: true; }; color: StringConstructor; }>> & { "onUpdate:color"?: ((...args: any[]) => any) | undefined; }, {}>; export default _sfc_main;