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