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