import { NotifierAnimationPreset } from '../models/notifier-animation.model';
/**
 * Slide animation preset
 */
export declare const slide: NotifierAnimationPreset;
