export default function (
	event: string,
	detail: {
		[p: string]: any;
	}
): CustomEvent<{
	[p: string]: any;
}>;
