import * as React from 'react';
import { O as OrientationType } from '../commonTypes-DinbCdmt.mjs';

type SeparatorProps = {
    className?: string;
    orientation?: OrientationType;
};
declare const Separator: React.FC<SeparatorProps>;

export { Separator };
