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