import React from 'react'; import { FilterInterface } from '../../filters'; import { ApolloColumnType } from '../interfaces'; export declare const renderSearch: (columns: ApolloColumnType[], value: any, onChange: React.Dispatch>, getPrefixCls: (suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string) => FilterInterface[];