import { DetailedHTMLProps, HTMLAttributes } from 'react'; export type HeaderProps = DetailedHTMLProps, HTMLElement>; export declare const Header: ({ className, ...rest }: HeaderProps) => import("react/jsx-runtime").JSX.Element;