declare function getParams(element: any, propName: any, propValue: any): {
    params: {};
    passedParams: {};
};
export { getParams };
