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