export class ColorViewer extends React.Component { static defaultProps: { popoverProps: {}; }; constructor(props: any); constructor(props: any, context: any); onChange: (_color: any) => void; render(): React.JSX.Element; } import React from 'react'; //# sourceMappingURL=ColorViewer.d.ts.map