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