interface SearchPageType { placeholder: number; placeholderText: string; history: number; historyText: string; paddingTop: number; paddingBottom: number; fontSize: Number; fontColor: string; } export declare const SearchPage: import("react").NamedExoticComponent; export {};