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