import React from 'react'; export type OverlayTextProps = any; declare const OverlayText: React.FC; export default OverlayText;