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