declare function getIconURL(icon: string): string;
declare const innerDefault: {
  getIconURL: typeof getIconURL;
};
export default innerDefault;
