import * as React from "react"; import { Select as SelectPrimitives } from "radix-ui"; type SelectLabelProps = SelectPrimitives.SelectLabelProps; declare const SelectLabel: ({ className, ...props }: SelectPrimitives.SelectLabelProps) => React.JSX.Element; export { SelectLabel, type SelectLabelProps };