type Props = { separatedMultiple?: boolean; widthThreshold?: number; }; export declare const SelectFieldType: ({ separatedMultiple, widthThreshold }: Props) => JSX.Element; export {}; //# sourceMappingURL=select-field-type.d.ts.map