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