import { Separator as SeparatorPrimitive } from 'radix-ui';
import { ComponentProps } from 'react';
export declare const Separator: ({ className, orientation, decorative, children, ...props }: ComponentProps<typeof SeparatorPrimitive.Root>) => import("react").JSX.Element;
