import { EventEmitter } from '@angular/core'; import { BaseComponentWithTheme } from '../../utils'; import type { TableLayout, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PTable extends BaseComponentWithTheme { caption?: string; compact?: boolean; layout?: TableLayout; theme?: Theme; /** @deprecated */ sortingChange: EventEmitter>; update: EventEmitter>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }