import React from 'react'; export declare const getTemplateIcon: (templateName: string, iconUrl: string | undefined, environment: any) => { UserIcon: React.FunctionComponent<{ width?: string; height?: string; }>; OfficialIcon: React.FunctionComponent<{ width?: string; height?: string; }>; }; export declare const ColorIcons: any;