export interface IntentBoxClientProps {
    placeholder: string;
    targetPageUrl: string;
    inputId: string;
    submitButtonTooltip?: string;
    suggestions?: string[];
    suggestionsLabel?: string;
}
export declare function IntentBoxClient(props: IntentBoxClientProps): import("react/jsx-runtime").JSX.Element;
