import { Separator as SeparatorPrimitive } from '@base-ui/react/separator'; import React from 'react'; declare function Separator({ className, orientation, ...props }: SeparatorPrimitive.Props): React.JSX.Element; export { Separator };