import { Settings } from '../interface/Settings';
export declare function Settings(settings: Settings): (_: Function) => void;
