import React, { ComponentType } from 'react'; import { type WithEventsProps, DateMaskProps } from './types'; export declare const WithEvents:
(Component: React.ComponentType
) => React.FC
;