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