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