import React from 'react'; import { ProTableActionType } from '../typing'; export declare function getUrlStateFilter(urlState: { [key: string]: any; }, actionRef: React.MutableRefObject): void;