declare const useParams: <T = {
    [key: string]: string;
}>() => T;
export { useParams };
