/// import './index.scss'; declare const OCR: { ({ style, text, ...otherProps }: any): JSX.Element; displayName: string; }; export default OCR;