import { type ForwardRefExoticComponent, type ComponentProps, type RefAttributes, type ComponentPropsWithRef } from "react"; import { Root, Item, ItemIndicator, ItemText, Viewport } from "@radix-ui/react-select"; import { type Hook } from "@webstudio-is/react-sdk/runtime"; export declare const Select: ForwardRefExoticComponent>; export declare const SelectTrigger: ForwardRefExoticComponent, "ref"> & RefAttributes>; export declare const SelectValue: ForwardRefExoticComponent, "ref">, "placeholder"> & { placeholder?: string; } & RefAttributes>; export declare const SelectContent: ForwardRefExoticComponent, "ref">, "position" | "side"> & RefAttributes>; export declare const SelectViewport: ForwardRefExoticComponent & RefAttributes>; export declare const SelectItem: ForwardRefExoticComponent & RefAttributes>; export declare const SelectItemIndicator: ForwardRefExoticComponent & RefAttributes>; export declare const SelectItemText: ForwardRefExoticComponent & RefAttributes>; export declare const hooksSelect: Hook;