interface Props { display: boolean; } declare function HSeparator({ display }: Props): JSX.Element; export default HSeparator;