import { ElementAnimation } from '@ng-doc/ui-kit/types';

declare const dropdownOpenAnimation: ElementAnimation;
declare const dropdownCloseAnimation: ElementAnimation;
declare const tooltipOpenAnimation: ElementAnimation;
declare const tooltipCloseAnimation: ElementAnimation;
declare const notificationOpenAnimation: ElementAnimation;
declare const notificationCloseAnimation: ElementAnimation;

export { dropdownCloseAnimation, dropdownOpenAnimation, notificationCloseAnimation, notificationOpenAnimation, tooltipCloseAnimation, tooltipOpenAnimation };
