import React from "react"; import { IconColor } from "../icons/iconColors"; interface MakeASuggestionIconProps { color?: IconColor; } export declare const MakeASuggestionIcon: React.FC; export {};