import React from "react"; import type { SelectShell, SelectShellRootProps } from "./Select.types"; export declare const selectDropdownShell: SelectShell; export declare function SelectDropdownRoot({ value, onValueChange, onBlur, onFocus, disabled, renderValue, triggerId, triggerClassName, children, }: SelectShellRootProps): React.JSX.Element;