import * as React from 'react'; import { O as OrientationType } from '../commonTypes-DinbCdmt.js'; type SeparatorProps = { className?: string; orientation?: OrientationType; }; declare const Separator: React.FC; export { Separator };