import Rings from './Rings'; import Base from '../base/Base'; export default function Factory( config?: Base.IConfig ): Rings;