import { IConfig } from './iconfig'; /** * Default configuration options of library */ export declare const DefaultConfig: IConfig;