import { SprinqueErrorResponse } from './types'; export declare const removeSprinqueModal: () => void; export declare const registerModalBgListener: (shadowRoot: ShadowRoot) => void; export declare const showNextStep: (shadowRoot: ShadowRoot, currentStep: string, nextStep: string) => void; export declare const debounce: (callback: (value: string) => void) => (value: string) => void; export declare const onSelectBusiness: (shadowRoot: any, name: string, address: string, regNumber?: string, creditBureauId?: string) => void; export declare const getElemValueBySelector: (selector: string, shadowRoot: ShadowRoot) => any; export declare const displayCorrectLabelForBusinessSearch: (searchByVat: string, shadowRoot: ShadowRoot) => void; export declare const displayApiError: (message: string, shadowRoot: ShadowRoot) => void; export declare const parseSpinqueErrorResponse: (response: SprinqueErrorResponse) => string;