import { SeparatorProps } from './types/Separator.props.ts'; import { FC } from 'react'; /** * A thin visual divider used to separate content. * Renders a horizontal line by default; use `orientation="vertical"` for a vertical rule. */ declare const Separator: FC; export default Separator;