import * as React from 'react';
import { FormComponentProps } from '@tomino/dynamic-form';
export declare const Select: React.FC<FormComponentProps>;
