import * as React from 'react'; export type TerminalProps = { content: string; }; export declare const Terminal: React.FC;