/// <reference types="react" />
import type { ColorSwatchesProps } from './type';
declare const ColorSwatches: import("react").NamedExoticComponent<ColorSwatchesProps>;
export default ColorSwatches;
