import { FC } from 'react'; import './index.less'; interface lineNumbersProps { } declare const LineNumberBg: FC; export default LineNumberBg;