export default function (
	element: Element,
	attr: string,
	event: string,
	detail?: {
		[p: string]: any;
	},
	unMark?: boolean
): void;
