import { CacTableColBase } from '../_table_col_base';
import * as i0 from "@angular/core";
export declare const TABLE_COL_INDEX_PROP = "___index";
export declare class CacTableColIndexComponent extends CacTableColBase {
    prop: string;
    startIndex: number;
    static ɵfac: i0.ɵɵFactoryDeclaration<CacTableColIndexComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CacTableColIndexComponent, "cac-table-col-index", never, { "startIndex": { "alias": "startIndex"; "required": false; }; }, {}, never, never, true, never>;
}
