import { IStrategy } from './IStrategy'; export interface IThemeStrategy extends IStrategy { }