export default cookieCheckerMixin;
declare namespace cookieCheckerMixin {
    function data(): {
        bypassCookiesExist: boolean;
    };
    namespace computed {
        function onetrustActiveGroups(): any;
        function requiredCookiesExist(): any;
        function cookiesInitStatus(): any;
        let cookiesSet: () => string[];
    }
    function mounted(): void;
}
