/**
* Avoid component redeclaration
*
* Checks recursively if the component has already been declared in all import Module
*/exportdeclareconstisComponentAlreadyDeclared: (componentToFind: any, moduleDeclarations: any[], moduleImports: any[]) =>boolean;