import { FC } from 'react';
import { IDynamicSearchProps } from './type';
export declare const DynamicSearch: FC<IDynamicSearchProps>;
