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