import { ImportSpecifier } from "estree-jsx"; import { ImportDefaultSpecifierWithParent } from "./interfaces"; /** Gets the name of an import based on the specifier and an array of names that should be looked for in default import paths */ export declare function getComponentImportName(importSpecifier: ImportSpecifier | ImportDefaultSpecifierWithParent, potentialNames: string[]): string | undefined; //# sourceMappingURL=getComponentImportName.d.ts.map