import { ComponentIssue } from './component-issue'; export declare class SelfReference extends ComponentIssue { description: string; solution: string; data: { [filePath: string]: string; }; isTagBlocker: boolean; }