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