import React from 'react'; import './index.less'; export interface OtherActionsProps { defaultSearchActionKey: string; onSearch: (v: any) => void; } declare const OtherActions: React.FC; export default OtherActions;