import 'antd/lib/button/style/index.css'; import 'antd/lib/form/style/index.css'; import type { FC } from 'react'; import './index.less'; import type { FilterLayoutProps } from './type'; declare const FilterLayout: FC; export default FilterLayout;