import { ComponentIssue } from './component-issue'; export declare class LegacyInsideHarmony extends ComponentIssue { description: string; solution: string; data: boolean; isTagBlocker: boolean; outputForCLI(): string; }