import type { HtmlIngredientProps } from '../types.js'; export interface ColorPickerControlProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const ColorPickerControl: import("svelte").Component; type ColorPickerControl = ReturnType; export default ColorPickerControl;