import { FunctionComponent } from 'react'; /** * Create a new component made with the given elements, joined using a new line component. */ declare const NewLineJoined: FunctionComponent; export default NewLineJoined;