import React from 'react'; interface Props { forceNewLine?: boolean; } declare const HardBreak: ({ forceNewLine }: Props) => React.JSX.Element; export default HardBreak;