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