export class ColorViewer extends React.Component<any, any, any> {
    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