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