import { ColorFormat } from '@zag-js/color-picker'; export interface UseColorPickerSwatchPropsContext { format: ColorFormat; } export declare const ColorPickerFormatPropsProvider: (opts: UseColorPickerSwatchPropsContext) => void, useColorPickerFormatPropsContext: (fallback?: UseColorPickerSwatchPropsContext | undefined) => UseColorPickerSwatchPropsContext;