export default function getParams(props?: { [key: string]: any; match?: { params: {}; }; }): {};