import type { SwatchProps } from '@zag-js/color-picker'; import type { Merge } from 'type-fest'; import type { HtmlIngredientProps } from '../types.js'; export interface ColorPickerSwatchProps extends Merge, SwatchProps> { } declare const ColorPickerSwatch: import("svelte").Component; type ColorPickerSwatch = ReturnType; export default ColorPickerSwatch;