/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ import type { InputHTMLAttributes } from 'react'; export declare const SearchFieldInput: import("react").ForwardRefExoticComponent<{ /** Whether the value fails a validation rule. */ invalid?: boolean; /** Describes the field for screen readers. */ label?: string; } & InputHTMLAttributes & import("react").RefAttributes>;