import { FC } from 'react'; import type { Props } from './utils/interface'; declare const Index: FC; export default Index;