import { default as React } from 'react'; interface SearchFooterProps { text?: string; link?: string; showFooter?: boolean; } export declare const SearchFooter: React.FC; export {};