export function TableContent({ titleBarVisible, titleBarDisplay, dataHook, }: {
    titleBarVisible?: boolean | undefined;
    titleBarDisplay?: boolean | undefined;
    dataHook: any;
}): React.JSX.Element;
export namespace TableContent {
    let displayName: string;
}
import React from 'react';
//# sourceMappingURL=TableContent.d.ts.map