import React from 'react';
import { CookieBannerProps } from '../types';
export declare const CookieBanner: React.FC<CookieBannerProps>;
