/// <reference types="react" />
declare const _default: {
    title: string;
    component: ({ 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;
    args: {
        columnList: {
            label: string;
        }[];
    };
    argTypes: {
        label: {
            name: string;
            defaultValue: string;
            control: {
                type: string;
            };
        };
        placeholder: {
            name: string;
            defaultValue: string;
            control: {
                type: string;
            };
        };
        field_state: {
            name: string;
            control: {
                type: string;
                options: string[];
            };
            defaultValue: string;
        };
        field_type: {
            name: string;
            control: {
                type: string;
                options: string[];
            };
            defaultValue: string;
        };
        filter_selected: {
            name: string;
            control: {
                type: string;
                options: string[];
            };
            defaultValue: string;
        };
    };
};
export default _default;
export declare const MultipleSearchSelection: any;
