import type { StringsPerFilePath } from './component-issue'; import { ComponentIssue } from './component-issue'; export declare class ImportFromDirectory extends ComponentIssue { description: string; solution: string; data: StringsPerFilePath; isCacheBlocker: boolean; isTagBlocker: boolean; }