declare const useCustomEvent: (name: string, detail: any) => void; export default useCustomEvent;