declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    colors: {
        type: null;
        required: false;
    };
}>, {
    emit: (event: "change", ...args: any[]) => void;
    onColorSelect: (v: string) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    colors: {
        type: null;
        required: false;
    };
}>> & Readonly<{
    onChange?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;
