import type { RuleModule } from '../core/types.js'; interface ComponentPrefixOptions { prefix?: string; packages?: string[]; components?: string[]; } export declare const componentPrefixRule: RuleModule; export {}; //# sourceMappingURL=component-prefix.d.ts.map