import React from 'react'; import { PropertiesContext } from '../typings'; export declare const DefaultPropertiesContext: React.Context; declare const usePropertiesContext: () => PropertiesContext; export default usePropertiesContext;