import React from "react"; import { ColorPickerProps } from "."; declare const ColorPicker: React.FunctionComponent; export default ColorPicker;