import { type HTMLAttributes, type ReactNode } from 'react';
interface IABConsentBannerTitleProps extends HTMLAttributes {
children: ReactNode;
}
/**
* Title component for the IAB Consent Banner.
*
* @public
*/
declare const IABConsentBannerTitle: import("react").ForwardRefExoticComponent>;
export { IABConsentBannerTitle };