type propsType = { label: string; placeholder?: string; disabled?: boolean; required?: boolean; className?: string; onChange?: any; value?: string; type?: any; onBlur?: any; }; export default function BATextarea(props: propsType): import("react/jsx-runtime").JSX.Element; export {};