import { ImportDeclaration as BaseImportDeclaration } from '@devextreme-generator/core'; export declare class ImportDeclaration extends BaseImportDeclaration { compileComponentDeclarationImport(): string; toString(): string; }