import { HTMLChakraProps } from "../system"; export interface ModalHeaderProps extends HTMLChakraProps<"header"> { } /** * ModalHeader * * React component that houses the title of the modal. * * @see Docs https://chakra-ui.com/modal */ export declare const ModalHeader: import("../system").ComponentWithAs<"header", ModalHeaderProps>;