import { FC, ReactElement } from 'react'; interface Props { titleKey?: string; subtitleKey?: string; image?: ReactElement; } export declare const SearchNotFoundMessage: FC; export {};