import { type ReactNode } from 'react'; /** * @public */ export declare const Suggestion: (props: import("../../../index.js").StylingProps & import("../../../index.js").DataTestId & import("../../../index.js").DOMProps & import("../../../index.js").AriaLabelingProps & import("../../../index.js").BehaviorTrackingProps & import("./Suggestion.types.js").FilterFieldSuggestion & { children?: ReactNode | undefined; } & import("react").RefAttributes) => import("react").ReactElement | null;