import { ThemeLoggerFunction } from '../types'; export interface ThemeCompilerOptions { errorLogger?: ThemeLoggerFunction; } //# sourceMappingURL=types.d.ts.map