/** * Framework component path detection */ export interface ComponentPathInfo { framework: string | null; path: string | null; } export declare function getComponentPathInfo(element: Element): ComponentPathInfo; //# sourceMappingURL=component-path.d.ts.map