import { type ICookiebotOptions } from "@ambitiondev/cookiebot-common"; import { type MaybeRef } from "vue"; export declare function useCookiebot(settings?: Partial): { consentBanner: () => Promise; cookieDeclaration: (ref: MaybeRef) => Promise; destroyConsentBanner: () => Promise; destroyCookieDeclaration: (ref: MaybeRef) => Promise; renew: () => void; resetConsentBanner: () => Promise; }; //# sourceMappingURL=cookiebot.d.ts.map