import type { FC } from 'react'; import './index.less'; import type { TargetProps } from './type'; declare const Target: FC; export default Target;