import type { CookieConsentProps } from './types'; export declare function CookieConsent({ locale, privacyPolicyUrl, config, theme, texts: textOverrides, onAccept, onReject, onSaveSettings, }: CookieConsentProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=CookieConsent.d.ts.map