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