import type { NeoColorPickerProps } from './neo-color-picker.model.js';
declare const NeoColorPicker: import("svelte").Component<NeoColorPickerProps, {}, "value" | "ref" | "hovered" | "focused" | "valid" | "touched" | "focusin" | "dirty" | "validationRef" | "containerRef" | "labelRef" | "pickerRef">;
type NeoColorPicker = ReturnType<typeof NeoColorPicker>;
export default NeoColorPicker;
