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