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