import { UIComponentsConfig } from '../types';
export declare const initialize: (userConfig?: UIComponentsConfig) => void;
export default initialize;
