import * as react_jsx_runtime from 'react/jsx-runtime';
import * as SeparatorPrimitive from '@radix-ui/react-separator';
import React__default from 'react';

declare function Separator({ className, orientation, decorative, ...props }: React__default.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime.JSX.Element;

export { Separator };
