import React from 'react'; const Separator = ({ className = '' }: { className?: string }) => (
); export default Separator;