export interface ILinkHandler {
   detect(element: JQuery): void;
}
