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