/** * angular2-cookie-law * * Copyright 2016-2018, @andreasonny83, All rights reserved. * * @author: @andreasonny83 */ export declare type CookieLawPosition = 'top' | 'bottom'; export declare type CookieLawAnimation = 'topIn' | 'bottomIn' | 'topOut' | 'bottomOut'; export declare type CookieLawTarget = '_blank' | '_self';