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