import { FC } from 'react'; import { SeparatorProps } from './Separator.types'; declare const Separator: FC; export default Separator;