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