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