import React from 'react';
import { PreTagTextareaProps, PreTagTextareaRef } from './types';
import 'textarea-pattern-handler/styles.css';
declare const PreTagTextarea: React.ForwardRefExoticComponent<PreTagTextareaProps & React.RefAttributes<PreTagTextareaRef>>;
export default PreTagTextarea;
