/// export declare const Swatch: ({ color, style, onClick, title }: { color: any; style: any; onClick: any; title?: any; }) => JSX.Element; export default Swatch;