export declare const SearchBox: ({ onChange, onActiveOptionChange, }: { onChange?: ((url: string) => void) | undefined; onActiveOptionChange?: ((url: string | null) => void) | undefined; }) => import("react/jsx-runtime").JSX.Element;