import { Props } from "./types";
export declare function CookieConsent({ GA_TRACKING_ID, config, }: Props): any;
export type { IPreferenceOption, IMoreLinks, CookieConsentConfig, Props, IGetGtagAdsPropsDefault, IGetGtagAdsPropsNonDefault, GetGtagAdsPropsT, PreferenceType, } from "./types";
