import type { ChannelInputProps } from '@zag-js/color-picker'; import type { Merge } from 'type-fest'; import type { HtmlIngredientProps } from '../types.js'; export interface ColorPickerChannelInputProps extends Merge, ChannelInputProps> { } declare const ColorPickerChannelInput: import("svelte").Component; type ColorPickerChannelInput = ReturnType; export default ColorPickerChannelInput;