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