/**
 * TODO - preamble
 */
import './main.scss';
import './polyfills/polyfills';
import { SheerIdJsApi } from './lib/types/types';
declare global {
    interface Window {
        sheerId: SheerIdJsApi;
        NREUM: any;
        ga: any;
        sheerIdReqV: string;
        sheerIdPubV: string;
        sheerIdScriptBasePath: string;
        __webpack_public_path__: string;
    }
}
export { setOptions, resetOptions } from './options/options';
export { VerificationForm } from './components/VerificationForm/VerificationFormComponent';
export { overrideComponent, resetOverriddenComponents } from './lib/componentOverride/componentOverride';
