import { Options } from '../types/lib'; export declare const show: (element: HTMLElement, { miliseconds, onAnimationEnd, onAnimationStart, elementDisplayStyle }: Options) => void;