import { IStrategy } from './IStrategy'; export interface IConditionalStyleStrategy extends IStrategy { initStyles(): void; }