import { FC } from 'react'; import './index.less'; interface LineNumberProps { style: any; } declare const LineNumber: FC; export default LineNumber;