import ColorPicker from './ColorPicker';

export default function (
    config?: ColorPicker.IConfig
): ColorPicker;