export declare const dispatchCustomEvent: (eventName: string, detail: Record<string, unknown>) => void;
