import React from 'react'; interface NewLineProps { } declare const NewLine: React.FC; export default NewLine;