import * as _yamada_ui_core from '@yamada-ui/core';
import { ModalHeaderProps } from './modal-header.js';

interface DrawerHeaderProps extends ModalHeaderProps {
}
declare const DrawerHeader: _yamada_ui_core.Component<"header", DrawerHeaderProps>;

export { DrawerHeader, type DrawerHeaderProps };
