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