/**
 * angular2-cookie-law-banner
 *
 * Copyright 2016-2018, @jwala-anirudh, All rights reserved.
 *
 * @author: @jwala-anirudh <anirudhjwala@gmail.com>
 */
export declare type CookieBannerPosition = "top" | "bottom";
export declare type CookieBannerAnimation = "topIn" | "bottomIn" | "topOut" | "bottomOut";
export declare type CookieBannerTarget = "_blank" | "_self";
