import { default as React } from 'react'; export type ColorDotsProps = { colors: string[]; className?: string; keyPrefix?: string; }; /** The stock status for the product */ export declare const ColorDots: React.ForwardRefExoticComponent>;