import { type HTMLAttributes } from 'react'; interface OverlayProps extends HTMLAttributes { noStyle?: boolean; } declare const IABConsentBannerOverlay: import("react").ForwardRefExoticComponent>; export { IABConsentBannerOverlay };