import * as _yamada_ui_core from '@yamada-ui/core';
import { HTMLUIProps } from '@yamada-ui/core';

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

export { ModalHeader, type ModalHeaderProps };
