import { FC } from 'react'; import { ICodeAreaProps } from './types'; declare const CodeArea: FC; export default CodeArea;