export declare function TriggerSearch({ nonce }: {
    nonce?: string;
}): null;
