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