import { XmatSimpleTable } from "../../models/xmat-simple-table.model";
export declare class XmatSimpleTableComponent {
    config: XmatSimpleTable;
    displayedCols: string[];
    private _config;
    constructor();
}
