import { FC } from 'react';
import { TableSearchProps } from './types';
export declare const TableSearch: FC<TableSearchProps>;
