import * as React from 'react';
import { Separator as Separator$1 } from 'radix-ui';

type SeparatorProps = React.ComponentProps<typeof Separator$1.Root>;
declare function Separator({ className, orientation, decorative, ...props }: SeparatorProps): React.JSX.Element;

export { Separator, type SeparatorProps };
