import * as T from './Select.types'; export declare function Select({ name, label, placeholder, value: propValue, defaultValue, disabled, searchable, required, options: propOptions, selectProps, wrapperProps, dropdownProps, width, onChange, theme: customTheme, }: T.SelectProps): import("react/jsx-runtime").JSX.Element; export * from './Select.types'; export default Select;