declare function isEventSupported(eventNameSuffix: string, capture?: boolean): boolean;
export default isEventSupported;
