/// <reference types="react" />
export declare const MultipleSearchSelectionField: ({ field_state, placeholder, label, columnList, field_type, filter_selected }: {
    field_state: string;
    placeholder: string;
    label: string;
    columnList: any;
    field_type: string;
    filter_selected: string;
}) => JSX.Element;
