import { IStrategy } from './IStrategy'; export interface ILayoutStrategy extends IStrategy { CurrentLayout: string; }