export interface IUseLocation { } declare const useLocation: { (props?: IUseLocation): Location; displayName: string; }; export default useLocation;