import { EventEmitter } from '../../stencil-public-runtime'; import '@revolist/revogrid'; export declare class AppRevGrid { changedWireIndex: EventEmitter; height: string; identifier: string; source: any; columns: any; items: any; filter: boolean; grid: any; wiretypeIndex: number; exporting: boolean; componentWillLoad(): void; constructor(); componentDidLoad(): void; render(): any; }