export * from './types';
declare const Module: {
    [key: string]: any;
};
export declare const Settings: any;
export default Module;
