import { BaseError } from "./base-error"; export declare class CompilationError extends BaseError { constructor(styleError: string); }