export default class _BaseInputTemplate extends React.Component { static contextType: React.Context; constructor(props: any); state: any; UNSAFE_componentWillReceiveProps(props: any): void; getStateFromProps: (props: any) => any; onChange: (value: any) => void; timeout: any; onFocus: (e: any) => void; focused: boolean | undefined; onBlur: (e: any) => void; render(): JSX.Element; } import * as React from "react";