import { StoreContextType } from '../context/types'; declare const Errors: (context: React.Context) => { getErrors: () => import('../context/types').IError[]; setErrors: (type: string, errors: any) => void; clearErrors: () => void; }; export default Errors; //# sourceMappingURL=Errors.d.ts.map