import React from "react"; interface InputProps { inputProps?: Omit, "ref" | "as">; } export declare const SearchBar: ({ inputProps }: InputProps) => JSX.Element; export {};