import React from "react"; interface VariableIconProps { color?: string; } export declare const VariableIcon: React.FC; export {};