import * as react_jsx_runtime from 'react/jsx-runtime';
import { Separator as Separator$1 } from 'react-aria-components';
declare function Separator({ orientation, className, ...props }: React.ComponentProps<typeof Separator$1>): react_jsx_runtime.JSX.Element;
export { Separator };