/// import * as React from 'react'; export interface IBasicColorPickerExampleState { color: string; } export declare class ColorPickerBasicExample extends React.Component { render(): JSX.Element; }