/** * @module typings/core */ export declare type Link = HTMLAnchorElement | SVGAElement; export declare type LinkEvent = MouseEvent | TouchEvent; export declare type Scope = HTMLElement | HTMLDocument; export declare type Trigger = Link | 'barba' | 'popstate' | 'back' | 'forward'; export declare type Wrapper = HTMLElement | null;