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