/// <reference types="react" />
declare function View({ initial_language, options, config, scenario, }: {
    initial_language: any;
    options: any;
    config: any;
    scenario: any;
}): JSX.Element;
export default View;
