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