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