/// export interface IconProps { title?: string; } export default function GenerateIconComponentForGraphic(Graphic: JSX.Element): any;