/** * Simple wrapper around Next router to extract params from route. */ export declare const useParams: () => { [index: string]: string; };