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