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