import * as React from "react"; import * as SelectPrimitive from "@radix-ui/react-select"; declare const SelectLabel: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export default SelectLabel;