// @flow
import * as React from "react";

import { Props } from "../Icon";

declare const ColorPicker: React.FunctionComponent<Props>;
export { ColorPicker, ColorPicker as default };
