import type { JSX } from 'react';
import type { SelectProps } from '../../core/types';
export declare function Select<T>(props: SelectProps<T>): JSX.Element;
export declare const SelectWrapper: import("styled-components").StyledComponent<"div", any, {
disabled?: boolean;
}, never>;