declare module '@tanstack/history' {
interface HistoryState {
__tempLocation?: HistoryLocation;
__tempKey?: string;
__hashScrollIntoViewOptions?: boolean | ScrollIntoViewOptions;
}
export {};