import { AsiComponentTemplateCellDef } from '../common/asi-component-template';
export declare class AsiTableInliner {
    /** Colspan of the column */
    colSpan: number;
    columnClass: string;
    cellDef: AsiComponentTemplateCellDef;
}
