import * as react_jsx_runtime from 'react/jsx-runtime'; import { Select as Select$1 } from '@base-ui/react/select'; import * as React from 'react'; declare const Select: typeof Select$1.Root; declare function SelectGroup({ className, ...props }: Select$1.Group.Props): react_jsx_runtime.JSX.Element; declare function SelectValue({ className, ...props }: Select$1.Value.Props): react_jsx_runtime.JSX.Element; declare function SelectTrigger({ className, size, children, ...props }: Select$1.Trigger.Props & { size?: "sm" | "default"; }): react_jsx_runtime.JSX.Element; declare function SelectContent({ className, children, side, sideOffset, align, alignOffset, alignItemWithTrigger, ...props }: Select$1.Popup.Props & Pick): react_jsx_runtime.JSX.Element; declare function SelectLabel({ className, ...props }: Select$1.GroupLabel.Props): react_jsx_runtime.JSX.Element; declare function SelectItem({ className, children, ...props }: Select$1.Item.Props): react_jsx_runtime.JSX.Element; declare function SelectSeparator({ className, ...props }: Select$1.Separator.Props): react_jsx_runtime.JSX.Element; declare function SelectScrollUpButton({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function SelectScrollDownButton({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };