import React from 'react';
import { TextureContextType } from '../types';
export declare const TextureContext: React.Context<TextureContextType>;
