/// /** * Custom Event Wrapper * @param name Custom Event Name * @param WrappedComponent Wrapped Component */ export declare const withCustomEvent: (WrappedComponent: any) => (props: any) => JSX.Element;