import React from 'react'; import { ISelect, SelectOption } from './types'; export declare const Select: ({ options, label, size, field, Icon, defaultValue, firstOption, valueKey, labelKey, contentPosition, onClick, onSelect, required, errorMessage, ariaDescribedBy }: ISelect) => React.JSX.Element;