export interface EffectTarget { ( effectParams: Record, slideEl: HTMLElement | any ): HTMLElement | any }