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