import { Compiler } from '../compiler/Compiler'; import { CompilerPlugin } from './CompilerPlugin'; export declare class ComponentsCompilerPlugin implements CompilerPlugin { init(compiler: Compiler): void; }