import { SwatchProps } from '@zag-js/color-picker';
export interface ColorPickerSwatchPropsContext extends SwatchProps {
}
export declare const ColorPickerSwatchPropsProvider: (opts: ColorPickerSwatchPropsContext) => void, useColorPickerSwatchPropsContext: (fallback?: ColorPickerSwatchPropsContext | undefined) => ColorPickerSwatchPropsContext;
