declare const dispatchCustomEvent: (name: string, payload?: any) => void; export default dispatchCustomEvent;