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