import React from 'react';
interface Prpops {
    name?: string;
    label?: string;
    placeholder?: string;
}
export declare const BpFilterSearchField: React.FC<Prpops>;
export {};
