export declare function raiseEvent(element: any, name: string, data: any, bubbles: boolean): CustomEvent<any>;
