import { SkeletonTemplateConfig, SkeletonTemplateComponent } from '../types'; import * as i0 from "@angular/core"; /** * Template de skeleton para tablas. * * @example * */ export declare class TableSkeletonComponent implements SkeletonTemplateComponent { config: SkeletonTemplateConfig; get columns(): number[]; get rows(): number[]; getColumnFlex(index: number): string; getColumnContentWidth(index: number): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }