declare namespace _default {
    export { make as create };
}
export default _default;
/**
 *
 * @param {Vector2} [repeat]
 * @returns {Texture}
 */
declare function make(repeat?: Vector2): Texture;
//# sourceMappingURL=CheckersTexture.d.ts.map