/// <reference types="react" />
export declare const SelectComponent: ({ label, options, field_state }: {
    label: string;
    options: any;
    field_state: string;
}) => JSX.Element;
