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