export declare const useRoleCollectionServiceProps: (props: any) => any; export declare const useFilterActionProps: () => { options: any; onSubmit(values: any): any; onReset(): any; };