import Live2dGameObject from './Live2dGameObject';

export default function (
    x?: number, y?: number,
    key?: string,
    config?: Live2dGameObject.IConfig
): Live2dGameObject;
