import { ColumnSupportingCalculation as ColumnSupportingCalculation_internal } from "./ColumnSupportingCalculation";
/**
 * Represents a calculation strategy that takes in a column of values
 * and returns a resulting column of values.
*/
export declare class IgxColumnSupportingCalculation {
    protected _implementation: any;
    /**
     * @hidden
     */
    get i(): ColumnSupportingCalculation_internal;
    private onImplementationCreated;
    constructor();
    protected _provideImplementation(i: any): void;
    findByName(name: string): any;
}
