import { Status } from '../types'; export declare const getInputStatus: (disabled: boolean, hasError: boolean) => Status;