'use client'; import type * as React from 'react'; import * as SeparatorPrimitive from '@radix-ui/react-separator'; import { cn } from '@gib/ui'; const Separator = ({ className, orientation = 'horizontal', decorative = true, ...props }: React.ComponentProps) => ( ); export { Separator };