export function BindEventMixin(handler: Function): { mounted: Function; activated: Function; deactivated: Function; beforeDestroy: Function; };