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