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