import React from 'react';
import { DirectoryShortListContextType, DirectoryShortListProviderProps } from './DirectoryShortListProvider.types';
export declare const DirectoryShortListProvider: React.FunctionComponent<DirectoryShortListProviderProps>;
export declare const useDirectoryShortListContext: () => DirectoryShortListContextType;
