declare function useUrlParams(name: string, calculator?: (val: string) => any): any;
export { useUrlParams };
