import * as _yamada_ui_core from '@yamada-ui/core';
import { HTMLUIProps } from '@yamada-ui/core';
interface TableContainerProps extends HTMLUIProps {
}
declare const TableContainer: _yamada_ui_core.Component<"div", TableContainerProps>;
export { TableContainer, type TableContainerProps };