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