import React, { ComponentType } from 'react'; import { type WithDecoratorsProps, type DateMaskProps } from './types'; export declare const WithDecorators:

(Component: React.ComponentType

) => React.FC

;