import { Tree } from '@angular-devkit/schematics'; export declare function addThemePaletteType(host: Tree, filePath: string, type: 'dark' | 'light'): void;