import { ChannelProps } from '@zag-js/color-picker';
export interface UseColorPickerChannelPropsContext extends ChannelProps {
}
export declare const ColorPickerChannelPropsProvider: (opts: UseColorPickerChannelPropsContext) => void, useColorPickerChannelPropsContext: (fallback?: UseColorPickerChannelPropsContext | undefined) => UseColorPickerChannelPropsContext;
