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