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