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