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