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