import { ComponentProps } from '../internals/utils'; export type HeaderProps = ComponentProps; /** * The `
` component is used to specify the header of the page. * @see https://rsuitejs.com/components/container/ */ declare const Header: import("../internals/types").InternalRefForwardingComponent<"header", Partial, never> & Record; export default Header;