import { ReactElement } from 'react';
import { TSelectProps } from './types/TSelectProps';
export declare function Select({ options, onSelect, defaultValue, theme, size }: TSelectProps): ReactElement;
