import { OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SkeletonTableComponent implements OnInit { /** * @description number of rows to display * @default 6 * @type number * @example */ rows: 2 | 3 | 4 | 6 | 12; /** * @description number of columns to display * @default 6 * @type number * @example */ columns: 2 | 3 | 4 | 6 | 12; showLeftSkeleton: boolean; showRightSkeleton: boolean; columnSizes: string[]; ngOnInit(): void; get justifyClass(): string | null; getRows(): any[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }