import { FC } from 'react';
declare type Props = {
    message: string;
};
declare const EmptySearch: FC<Props>;
export default EmptySearch;
