/// <reference types="types" />
import SmartTable from "sap/ui/comp/smarttable/SmartTable";
export declare function buildMeATable(config: {
    entitySet: string;
    initiallyVisibleFields: string;
    requestAtLeastFields: string;
    enableAutoBinding: boolean;
}): SmartTable;
//# sourceMappingURL=index.d.ts.map