import * as React from 'react'; import { HistoryContextType } from './HistoryType'; import { HistoryComponentProps } from '../../leftContainer/History'; export declare const HistoryProvider: ({ children, ...props }: React.PropsWithChildren) => React.JSX.Element; export declare const useHistoryContext: () => HistoryContextType;