import type { FormItemRendererFC } from 'jamis-core';
import type { SelectProps } from '../types';
export declare const SelectControl: FormItemRendererFC<SelectProps>;
