import { TextareaProps } from '@tarojs/components'; import React from 'react'; import { BaseIptBoxProps } from './useIptHook'; declare type BaseIptProps = TextareaProps & BaseIptBoxProps & Partial<{ isGrey: boolean; count: boolean; }>; declare const _default: React.NamedExoticComponent; export default _default;