import type * as React from 'react'; import * as SelectPrimitive from '@radix-ui/react-select'; declare const Select: ({ ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const SelectGroup: ({ ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const SelectValue: ({ ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const SelectTrigger: ({ className, size, children, ...props }: SelectPrimitive.SelectTriggerProps & React.RefAttributes & { size?: "sm" | "default" | undefined; }) => import("react/jsx-runtime").JSX.Element; declare const SelectScrollUpButton: ({ className, ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const SelectScrollDownButton: ({ className, ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const SelectContent: ({ className, children, position, align, ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const SelectLabel: ({ className, ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const SelectItem: ({ className, children, ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const SelectSeparator: ({ className, ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, }; //# sourceMappingURL=select.d.ts.map