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