import { IEnumerable, Type } from "igniteui-webcomponents-core"; /** * Collection of [[IExcelCalcReference]] objects */ export interface IExcelCalcReferenceCollection extends IEnumerable { } /** * @hidden */ export declare let IExcelCalcReferenceCollection_$type: Type;