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