import * as i0 from "@angular/core"; export declare class TableComponent { /** * Display small or large style * @type {boolean} */ small: boolean; /** * Set the style of the component (ex smart routing */ style: string; arrow: string; /** * xtitle text to display */ xtitle: string; /** * Footer text to display */ footer: string; /** * Categories to display */ usesAndServiceCategories: any[]; /** * Categories to display */ usesAndServiceData: any[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }