import { JSXElementConstructor } from "react"; import { IconProps } from "Constants/Icon"; export declare const ControlIcons: { [id: string]: JSXElementConstructor; }; export type ControlIconName = keyof typeof ControlIcons;