export default cookieCheckerMixin;
declare namespace cookieCheckerMixin {
    function data(): {
        timesRun: number;
        cookiesInitStatus: boolean;
        mockCookiesExist: boolean;
    };
    namespace computed {
        function cookiesSet(): any[];
        function onetrustActiveGroups(): any[];
        function requiredCookiesExist(): any;
    }
}
