/** * Copyright (c) Microsoft. All rights reserved. */ import * as React from 'react'; import { LabelerStore } from '../stores/LabelerStore'; export declare const LabelerStoreContext: React.Context; export declare const useLabelerStore: () => LabelerStore;