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