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