import * as React from 'react'; import type { CommonError } from '../../../../types/index.js'; export declare function CompilationError({ compilationErrors }: { compilationErrors: CommonError[]; }): React.JSX.Element; //# sourceMappingURL=CompilationError.d.ts.map