export declare const CustomEvent: { new (type: string, eventInitDict?: CustomEventInit): CustomEvent; prototype: CustomEvent; };