///
import type { TableNameProps } from './TableName.types.js';
/**
* Renders the table name if passed, or the option to rename the name if the function
* onRenameTable is passed to be called when clicking save or pressing enter on the callout
*/
export declare const TableName: React.FC;