import type { SelectFieldClientProps } from 'payload';
export declare const SelectField: (props: {
    filterByField: string;
    options: {
        fields: string[];
        label: string;
        value: string;
    }[];
    path: string;
} & SelectFieldClientProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=SelectField.d.ts.map