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