import * as React from 'react';
interface IProps {
    onChange: (string?: string) => string;
    defaultColor?: string;
}
declare const _default: React.MemoExoticComponent<({ onChange, defaultColor }: IProps) => JSX.Element>;
export default _default;
