export default class ThemeConverter { sourcePath: string; destinationPath: string; constructor(sourcePath: string, destinationPath: string); readTheme(callback: any): any; convert(callback: any): any; }