import * as _yamada_ui_core from '@yamada-ui/core';
import { ModalCloseButtonProps } from './modal-close-button.mjs';
import '@yamada-ui/close-button';

interface DrawerCloseButtonProps extends ModalCloseButtonProps {
}
declare const DrawerCloseButton: _yamada_ui_core.Component<"button", DrawerCloseButtonProps>;

export { DrawerCloseButton, type DrawerCloseButtonProps };
