/** * Color selection with hex input and native panel * * Vue wrapper for the `ColorPicker` controller (`@42/core/color-picker`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("colorpicker:change" | "colorpicker:open" | "colorpicker:close")[], "colorpicker:change" | "colorpicker:open" | "colorpicker:close", import('vue').PublicProps, Readonly> & Readonly<{ "onColorpicker:change"?: ((...args: any[]) => any) | undefined; "onColorpicker:open"?: ((...args: any[]) => any) | undefined; "onColorpicker:close"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;